index.css
2 weeks ago
index.html
2 months ago
index.js
2 weeks ago
index.php
5 months ago
web-building.lottie
2 months ago
index.html
21 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 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 10 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 11 | <link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet"> |
| 12 | <script type="module" crossorigin src="./index.js"></script> |
| 13 | <link rel="stylesheet" crossorigin href="./index.css"> |
| 14 | </head> |
| 15 | |
| 16 | <body> |
| 17 | <div id="commercebird-app"></div> |
| 18 | <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> |
| 19 | </body> |
| 20 | |
| 21 | </html> |