feat: init vite
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 9m29s

This commit is contained in:
Hewston Fox
2026-03-07 21:44:42 +02:00
parent 79a0465bb0
commit 06129b821e
16 changed files with 2520 additions and 90 deletions

13
index.html Normal file
View File

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