Restructure

This commit is contained in:
Imbus 2023-10-10 17:55:30 +02:00
parent d657ee600a
commit 7d7845441d
18 changed files with 0 additions and 0 deletions

16
client/index.html Normal file
View file

@ -0,0 +1,16 @@
<!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>FrostByte</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>