Init webui

This commit is contained in:
2023-06-23 15:50:17 +02:00
parent 162103e54b
commit 4cb1f6ea4d
16 changed files with 2655 additions and 0 deletions

12
webui/index.html Normal file
View File

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