initialize frontend with template

This commit is contained in:
2024-01-27 21:36:41 -06:00
parent 57fb632446
commit 14b581c748
21 changed files with 2215 additions and 0 deletions

16
site/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!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>Welcome to Vuetify 3</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>