This commit is contained in:
2022-04-05 00:56:56 -05:00
commit 1262d7279c
11 changed files with 64029 additions and 0 deletions

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<script src="src/main.ts"></script>
<style>
body {
margin: 0;
padding: 0;
background-color: #000;
}
</style>
<div id="container">
<video src="timelapse.mp4" autoplay></video>
</div>