Refactor: Vite

This commit is contained in:
wont-stream 2025-04-08 16:22:07 -04:00
parent 69f8f74182
commit 7fd41cd78c
22 changed files with 569 additions and 413 deletions

15
index.html Normal file
View file

@ -0,0 +1,15 @@
<!doctype html>
<html lang="en" data-bs-theme="dark" data-bs-core="default">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="dark">
<title>Seth @ IPv4 dot Army</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>