index.html 820 B

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