index.html 837 B

1234567891011121314151617181920212223
  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 %></title>
  7. <meta name="description" content="">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link rel="apple-touch-icon" href="apple-touch-icon.png">
  10. </head>
  11. <body>
  12. <div id="app"><%= body %></div>
  13. <script src="/app.js"></script>
  14. <script>
  15. (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
  16. function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
  17. e=o.createElement(i);r=o.getElementsByTagName(i)[0];
  18. e.src='https://www.google-analytics.com/analytics.js';
  19. r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
  20. ga('create','UA-XXXXX-X','auto');ga('send','pageview');
  21. </script>
  22. </body>
  23. </html>