init
This commit is contained in:
11
index.html
Normal file
11
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user