Initial commit

This commit is contained in:
arne 2025-11-08 10:03:10 +01:00
commit cef1c0aca8
9 changed files with 439 additions and 0 deletions

11
public/index.html Normal file
View file

@ -0,0 +1,11 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Lodestone</title>
</head>
<body>
<div id="root"></div>
<script src="/js/main.js"></script>
</body>
</html>