mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-02 07:14:21 +00:00
restructure back
This commit is contained in:
21
index.html
Normal file
21
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user