mirror of
https://github.com/Sheldan/canvas.git
synced 2026-03-26 22:29:49 +00:00
moving orbits to directory
This commit is contained in:
40
orbits/src/index.html
Normal file
40
orbits/src/index.html
Normal file
@@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Orbits</title>
|
||||
<style>
|
||||
html, body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
.container {
|
||||
height: 100%;
|
||||
}
|
||||
.timeContainer {
|
||||
position: absolute;
|
||||
color: yellow;
|
||||
top: 50px
|
||||
}
|
||||
.help {
|
||||
position: absolute;
|
||||
color: yellow;
|
||||
top: 65px
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<script type="module" src="js/main.js"></script>
|
||||
<div class="container" id="container">
|
||||
<div class="timeContainer">
|
||||
Current time
|
||||
<span id="currentTime"></span>
|
||||
</div>
|
||||
<span class="help">
|
||||
R -> reset to 2024-03-17 <br>
|
||||
F -> reset camera <br>
|
||||
P -> toggle pause
|
||||
</span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user