Move folder

This commit is contained in:
dragongoose
2023-03-24 07:55:10 -04:00
parent 6265fa182b
commit 1e9726a601
29 changed files with 86 additions and 121 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" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
</head>
<body class="bg-ctp-base">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>