index.html 659 B

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>Metarare</title>
  8. <!-- Google tag (gtag.js) -->
  9. <script
  10. async
  11. src="https://www.googletagmanager.com/gtag/js?id=UA-252752099-1"
  12. ></script>
  13. <script>
  14. window.dataLayer = window.dataLayer || [];
  15. function gtag() {
  16. dataLayer.push(arguments);
  17. }
  18. gtag("js", new Date());
  19. gtag("config", "UA-252752099-1");
  20. </script>
  21. </head>
  22. <body>
  23. <div id="root"></div>
  24. </body>
  25. </html>