/ docs / index.html
index.html
 1  <!DOCTYPE html>
 2  <!-- You can safely delete this file! -->
 3  
 4  <html lang="en">
 5    <head>
 6      <meta charset="utf-8">
 7      <title>Beautiful Jekyll</title>
 8      <script>
 9        window.location = "https://beautifuljekyll.com";
10      </script>
11      <noscript>
12        <a href="https://beautifuljekyll.com">Click here to go to the Beautiful Jekyll website</a>
13      </noscript>
14    </head>
15    <body>
16    	<script>
17    		(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
18    		(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
19    		m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
20    		})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
21    		ga('create', 'UA-59820529-1', 'auto');
22    		ga('send', 'pageview');
23    	</script>
24    </body>
25  </html>