index.html 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!doctype html>
  2. <html class="no-js" lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <title></title>
  7. <meta name="description" content="">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link rel="manifest" href="site.webmanifest">
  10. <link rel="apple-touch-icon" href="icon.png">
  11. <!-- Place favicon.ico in the root directory -->
  12. <link rel="stylesheet" href="css/normalize.css">
  13. <link rel="stylesheet" href="css/main.css">
  14. </head>
  15. <body>
  16. <!--[if lte IE 9]>
  17. <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
  18. <![endif]-->
  19. <!-- Add your site or application content here -->
  20. <p>Hello world! This is HTML5 Boilerplate.</p>
  21. <script src="js/vendor/modernizr-3.5.0.min.js"></script>
  22. <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
  23. <script>window.jQuery || document.write('<script src="js/vendor/jquery-3.2.1.min.js"><\/script>')</script>
  24. <script src="js/plugins.js"></script>
  25. <script src="js/main.js"></script>
  26. <!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
  27. <script>
  28. window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
  29. ga('create','UA-XXXXX-Y','auto');ga('send','pageview')
  30. </script>
  31. <script src="https://www.google-analytics.com/analytics.js" async defer></script>
  32. </body>
  33. </html>