diff options
| author | jullinator <justus.karlsson@hotmail.se> | 2018-08-22 18:50:15 +0200 |
|---|---|---|
| committer | jullinator <justus.karlsson@hotmail.se> | 2018-08-22 18:50:15 +0200 |
| commit | b72e4ee4ae112beb4894c4cdb4cf69c6c8dcc061 (patch) | |
| tree | df2269c358b4cfbc561ce9389283975fb6310676 /templates/index.html | |
| parent | 878da372f314203713aca0c1d7618513100d386c (diff) | |
| download | tdde25-b72e4ee4ae112beb4894c4cdb4cf69c6c8dcc061.tar.gz | |
.
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 71a0005..004c33f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -46,7 +46,7 @@ <input type="submit" /> </div> </form> - <script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=AIzaSyBO7iAytSrxMTS21EovrsGI2TI73F3TyYg&sensor=false"></script> + <script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=REPLACE_WITH_YOUR_API_KEY&sensor=false"></script> {{ templates/index.js }} </body> </html> |
