init. boilerplate for some structures

This commit is contained in:
Mikayla Dobson
2022-12-19 16:28:07 -06:00
commit e0771e4511
19 changed files with 1342 additions and 0 deletions

19
index.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="stylesheet" href="/src/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + TS</title>
</head>
<body>
<div id="app">
<h1>Wew</h1>
<div id="where-thing-go">
</div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>