Files
desartstudio95 7e76e991b2 feat: Update app title and favicon
Changes the browser tab title to "QuantScan IA" and adds a favicon to improve branding and user recognition.
2026-05-20 03:40:22 -07:00

16 lines
495 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>QuantScan IA</title>
<link rel="icon" type="image/png" href="https://i.ibb.co/gZRFjXWq/android-chrome-512x512.png" />
<script src="https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.js" defer></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>