Created the index.html

This commit is contained in:
Mathias Wagner 2022-09-11 21:02:10 +02:00
parent bb6002af4a
commit 47f54e3be4

12
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>Sheepstar</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>