Files
honey-fe/index.html
Hewston Fox 5e9acffa09
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m40s
feat: add settings menu
2026-03-22 04:08:56 +02:00

14 lines
375 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/honey.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Honey</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>