summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-12-15 18:24:10 +0200
committerYuval Adam <yuval@y3xz.com>2015-12-15 18:24:10 +0200
commit47a2bf8bcf2858daa897810c95cb54ba58697433 (patch)
tree4abfff88c7425d284d7eb24047990ba3f30d5e2c
parentee6f29f79bf8c447bf2d069ecc18bf18b1196208 (diff)
Add GA :sob:
-rw-r--r--templates/index.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index f942c5f..f3cd285 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -2,16 +2,25 @@
<html>
<head>
<meta charset='utf-8' />
- <title></title>
+ <title>geshem.space</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.11.2/mapbox-gl.js'></script>
- <link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.11.2/mapbox-gl.css' rel='stylesheet' />
+ <link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.11.2/mapbox-gl.css' rel='stylesheet' />
<style>
body { margin:0; padding:0; }
#datetime { position:fixed; color: #ee8877; z-index: 100; font-family: monospace; padding: 5px; }
#date { font-size: 0.7em; }
#map { position:absolute; top:0; bottom:0; width:100%; }
</style>
+ <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>
</head>
<body>