summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/templates/index.html b/templates/index.html
deleted file mode 100644
index f07eb53..0000000
--- a/templates/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta charset='utf-8' />
- <title>geshem.space</title>
- <meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
- {% if not debug %}
- <script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
- ga('create', 'UA-71416554-1', 'auto');
- ga('send', 'pageview');
- </script>
- {% endif %}
-</head>
-<body style="margin: 0;">
- <script>window.imgs = {{ imgs|safe }};</script>
- <div id="map" style="position:absolute; top:0; bottom:0; width:100%;"></div>
- <div id="app" style="position:absolute;"></div>
- <script src="{{ url_for('static', filename='js/build.js') }}"></script>
-</body>
-</html>