index.html 482 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Flow</title>
  6. <!-- Global site tag (gtag.js) - Google Analytics -->
  7. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-114041850-1"></script>
  8. <script>
  9. window.dataLayer = window.dataLayer || [];
  10. function gtag(){dataLayer.push(arguments);}
  11. gtag('js', new Date());
  12. gtag('config', 'UA-114041850-1');
  13. </script>
  14. </head>
  15. <body>
  16. <div id="app"></div>
  17. </body>
  18. </html>