index.html 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta charset="UTF-8">
  5. <link rel="icon" href="/favicon.ico">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>%VITE_APP_TITLE%</title>
  8. </head>
  9. <body>
  10. <div id="app"></div>
  11. <script type="module" src="/src/main.ts"></script>
  12. <!-- Twitter conversion tracking base code -->
  13. <script>
  14. !function (e, t, n, s, u, a) {
  15. e.twq || (s = e.twq = function () {
  16. s.exe ? s.exe.apply(s, arguments) : s.queue.push(arguments);
  17. }, s.version = '1.1', s.queue = [], u = t.createElement(n), u.async = !0, u.src = 'https://static.ads-twitter.com/uwt.js',
  18. a = t.getElementsByTagName(n)[0], a.parentNode.insertBefore(u, a))
  19. }(window, document, 'script');
  20. twq('config', 'prkh1');
  21. </script>
  22. <!-- End Twitter conversion tracking base code -->
  23. <!-- Twitter conversion tracking event code -->
  24. <script type="text/javascript">
  25. // Insert Twitter Event ID
  26. twq('event', 'tw-prkh1-prkh3', {
  27. contents: [ // use this to pass an array of products or content
  28. // add all items to the array
  29. // use this for the first item
  30. {
  31. content_type: null,
  32. content_id: null,
  33. content_name: null,
  34. content_price: null,
  35. num_items: null,
  36. content_group_id: null
  37. },
  38. // use this for the second item
  39. {
  40. content_type: null,
  41. content_id: null,
  42. content_name: null,
  43. content_price: null,
  44. num_items: null,
  45. content_group_id: null
  46. }
  47. ]
  48. });
  49. </script>
  50. <!-- End Twitter conversion tracking event code -->
  51. <!-- Google tag (gtag.js) -->
  52. <script async src="https://www.googletagmanager.com/gtag/js?id=AW-17218823610"></script>
  53. <script>
  54. window.dataLayer = window.dataLayer || [];
  55. function gtag() { dataLayer.push(arguments); }
  56. gtag('js', new Date());
  57. gtag('config', 'AW-17218823610');
  58. </script>
  59. <script
  60. type="text/javascript">document.write(unescape("%3Cspan id='cnzz_stat_icon_1281425567'%3E%3C/span%3E%3Cscript src='https://s9.cnzz.com/z.js%3Fid%3D1281425567%26show%3Dpic' type='text/javascript'%3E%3C/script%3E"));</script>
  61. </body>
  62. </html>