Spaces:
Running
Running
drenayaz commited on
Commit ·
f27cd5e
1
Parent(s): dba1de9
add video on hf page
Browse files- index.html +4 -1
index.html
CHANGED
|
@@ -74,7 +74,10 @@
|
|
| 74 |
</div>
|
| 75 |
|
| 76 |
<div>
|
| 77 |
-
<
|
|
|
|
|
|
|
|
|
|
| 78 |
</div>
|
| 79 |
</div>
|
| 80 |
</div>
|
|
|
|
| 74 |
</div>
|
| 75 |
|
| 76 |
<div>
|
| 77 |
+
<video class="hero-video" autoplay loop muted playsinline>
|
| 78 |
+
<source src="assets/wake_me_up.mp4" type="video/mp4">
|
| 79 |
+
<div class="demo-placeholder">Video coming soon</div>
|
| 80 |
+
</video>
|
| 81 |
</div>
|
| 82 |
</div>
|
| 83 |
</div>
|