index.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <base href="/">
  6. <% if (process.env.LANG_CODE == 'en') {%>
  7. <!-- 英文 Global site tag (gtag.js) - Google Analytics -->
  8. <script async src="https://www.googletagmanager.com/gtag/js?id=G-N9JKFXL8X5"></script>
  9. <script>
  10. window.dataLayer = window.dataLayer || [];
  11. function gtag(){dataLayer.push(arguments);}
  12. gtag('js', new Date());
  13. gtag('config', 'G-N9JKFXL8X5');
  14. </script>
  15. <% } %>
  16. <% if (process.env.LANG_CODE == 'cn') {%>
  17. <!-- 中文 Global site tag (gtag.js) - Google Analytics -->
  18. <script async src="https://www.googletagmanager.com/gtag/js?id=G-B7QCD2DZJT"></script>
  19. <script>
  20. window.dataLayer = window.dataLayer || [];
  21. function gtag(){dataLayer.push(arguments);}
  22. gtag('js', new Date());
  23. gtag('config', 'G-B7QCD2DZJT');
  24. </script>
  25. <% } %>
  26. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  27. <meta http-equiv="Pragma" content="no-cache" />
  28. <meta http-equiv="Expires" content="0" />
  29. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  30. <meta name="renderer" content="webkit">
  31. <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
  32. <title></title>
  33. <meta name="keywords" content="">
  34. <meta name="description" content="">
  35. </head>
  36. <body>
  37. <div id="app" style="display: none;"></div>
  38. <!-- built files will be auto injected -->
  39. </body>
  40. </html>