WebUI setup

This commit is contained in:
Julien Valverdé
2024-07-06 21:33:31 +02:00
parent 51077765e5
commit 73bee895b1
14 changed files with 179 additions and 3 deletions

13
packages/webui/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>