index.html
18 lines
| 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
| 3 | |
| 4 | <head> |
| 5 | <meta charset="UTF-8"> |
| 6 | <link href="/favicon.ico" rel="icon"> |
| 7 | <meta content="width=device-width, initial-scale=1.0" name="viewport"> |
| 8 | <title>Vite App</title> |
| 9 | <script type="module" crossorigin src="/index.js"></script> |
| 10 | <link rel="stylesheet" crossorigin href="/index.css"> |
| 11 | </head> |
| 12 | |
| 13 | <body> |
| 14 | <div id="commercebird-app"></div> |
| 15 | <script type="text/javascript" id="zohodeskasap">var d=document;s=d.createElement("script"),s.type="text/javascript",s.id="zohodeskasapscript",s.defer=!0,s.nonce="{place_your_nonce_value_here}",s.src="https://desk.zoho.eu/portal/api/web/asapApp/5446000013816001?orgId=20060551652",t=d.getElementsByTagName("script")[0],t.parentNode.insertBefore(s,t),window.ZohoDeskAsapReady=function(s){var e=window.ZohoDeskAsap__asyncalls=window.ZohoDeskAsap__asyncalls||[];window.ZohoDeskAsapReadyStatus?(s&&e.push(s),e.forEach(s=>s&&s()),window.ZohoDeskAsap__asyncalls=null):s&&e.push(s)};</script> |
| 16 | </body> |
| 17 | |
| 18 | </html> |