2026-03-07 21:44:42 +02:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2026-03-22 04:08:56 +02:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/honey.svg" />
|
2026-03-18 03:26:43 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
2026-03-22 04:08:56 +02:00
|
|
|
<title>Honey</title>
|
2026-03-07 21:44:42 +02:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|