restructure back

This commit is contained in:
Sheldan
2024-03-10 19:15:31 +01:00
parent 1d996663ac
commit cb0b0b2a0b
8 changed files with 0 additions and 1072 deletions

21
index.html Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Orbits</title>
<style>
html, body {
height: 100%;
margin: 0;
}
.container {
height: 100%;
}
</style>
</head>
<body>
<script type="module" src="js/main.js"></script>
<div class="container" id="container"></div>
</body>
</html>