This commit is contained in:
Spencer Pogorzelski 2023-08-12 12:30:58 -07:00
parent 6dc4aa8c6b
commit 946e65ddc4
2 changed files with 14 additions and 19 deletions

14
frontend/index.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="module" src="src/entry.ts"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>

View file

@ -1,19 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="module" src="frontend/entry.ts"></script>
</head>
<body>
<div id="app">
</div>
</body>
</html>