1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <!DOCTYPE html>
- <html lang="">
- <head>
- <meta charset="UTF-8">
- <link rel="icon" href="/favicon.ico">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>%VITE_APP_TITLE%</title>
- </head>
- <body>
- <div id="app"></div>
- <script type="module" src="/src/main.ts"></script>
- <!-- Twitter conversion tracking base code -->
- <script>
- !function (e, t, n, s, u, a) {
- e.twq || (s = e.twq = function () {
- s.exe ? s.exe.apply(s, arguments) : s.queue.push(arguments);
- }, s.version = '1.1', s.queue = [], u = t.createElement(n), u.async = !0, u.src = 'https://static.ads-twitter.com/uwt.js',
- a = t.getElementsByTagName(n)[0], a.parentNode.insertBefore(u, a))
- }(window, document, 'script');
- twq('config', 'prkh1');
- </script>
- <!-- End Twitter conversion tracking base code -->
- <!-- Twitter conversion tracking event code -->
- <script type="text/javascript">
- // Insert Twitter Event ID
- twq('event', 'tw-prkh1-prkh3', {
- contents: [ // use this to pass an array of products or content
- // add all items to the array
- // use this for the first item
- {
- content_type: null,
- content_id: null,
- content_name: null,
- content_price: null,
- num_items: null,
- content_group_id: null
- },
- // use this for the second item
- {
- content_type: null,
- content_id: null,
- content_name: null,
- content_price: null,
- num_items: null,
- content_group_id: null
- }
- ]
- });
- </script>
- <!-- End Twitter conversion tracking event code -->
- <!-- Google tag (gtag.js) -->
- <script async src="https://www.googletagmanager.com/gtag/js?id=AW-17218823610"></script>
- <script>
- window.dataLayer = window.dataLayer || [];
- function gtag() { dataLayer.push(arguments); }
- gtag('js', new Date());
- gtag('config', 'AW-17218823610');
- </script>
- <script
- 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>
- </body>
- </html>
|