Created the index.html

This commit is contained in:
Mathias Wagner 2023-11-12 22:08:50 +01:00
parent 7e524324db
commit fc3fa47346
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

13
index.html Normal file
View File

@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sheepstar Dashboard</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>