index.html 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <!-- Global site tag (gtag.js) - Google Analytics -->
  5. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-140418082-1"></script>
  6. <script>
  7. window.dataLayer = window.dataLayer || [];
  8. function gtag(){dataLayer.push(arguments);}
  9. gtag('js', new Date());
  10. gtag('config', 'UA-140418082-1');
  11. </script>
  12. <!-- Google Tag Manager -->
  13. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  14. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  15. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  16. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  17. })(window,document,'script','dataLayer','GTM-PLTRSCB');</script>
  18. <!-- End Google Tag Manager -->
  19. <meta charset="utf-8">
  20. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  21. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  22. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  23. <title>Victor Mono</title>
  24. <meta name="description" content="Victor Mono is a free programming font with semi-connected cursive italics and symbol ligatures." />
  25. <meta name="twitter:card" content="summary_large_image">
  26. <meta name="twitter:title" content="Victor Mono: Free • Ligatures • Cursive italics">
  27. <meta name="twitter:description" content="Victor Mono is a beautiful, open-source programming font with semi-connected cursive italics and symbol ligatures.">
  28. <meta name="twitter:image" content="https://rubjo.github.io/victor-mono/twitter.png">
  29. </head>
  30. <body>
  31. <!-- Google Tag Manager (noscript) -->
  32. <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PLTRSCB"
  33. height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  34. <!-- End Google Tag Manager (noscript) -->
  35. <noscript>
  36. <strong>We're sorry but Victor Mono doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  37. </noscript>
  38. <div id="app"></div>
  39. <!-- built files will be auto injected -->
  40. </body>
  41. </html>