initial commit

This commit is contained in:
2022-10-23 22:20:36 -07:00
commit b2a0e586b2
24 changed files with 918 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Troonia</title>
<style>html, body {margin: 0; padding: 0; width: 100%; height: 100%;}</style>
</head>
<body>
<script src="bundle.js" type="module"></script>
</body>
</html>