index.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);
  15. },s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='https://static.ads-twitter.com/uwt.js',
  16. a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script');
  17. twq('config','prkh1');
  18. </script>
  19. <!-- End Twitter conversion tracking base code -->
  20. <!-- Twitter conversion tracking event code -->
  21. <script type="text/javascript">
  22. // Insert Twitter Event ID
  23. twq('event', 'tw-prkh1-prkh3', {
  24. contents: [ // use this to pass an array of products or content
  25. // add all items to the array
  26. // use this for the first item
  27. {
  28. content_type: null,
  29. content_id: null,
  30. content_name: null,
  31. content_price: null,
  32. num_items: null,
  33. content_group_id: null
  34. },
  35. // use this for the second item
  36. {
  37. content_type: null,
  38. content_id: null,
  39. content_name: null,
  40. content_price: null,
  41. num_items: null,
  42. content_group_id: null
  43. }
  44. ]
  45. });
  46. </script>
  47. <!-- End Twitter conversion tracking event code -->
  48. <!-- Google tag (gtag.js) -->
  49. <script async src="https://www.googletagmanager.com/gtag/js?id=AW-17218823610"></script>
  50. <script>
  51. window.dataLayer = window.dataLayer || [];
  52. function gtag(){dataLayer.push(arguments);}
  53. gtag('js', new Date());
  54. gtag('config', 'AW-17218823610');
  55. </script>
  56. </body>
  57. </html>