aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj-sh6042024-12-19 04:17:12 -0500
committerkj-sh6042024-12-19 04:17:12 -0500
commite55baab7b4189987383372c4f5d70ba79dd75ef5 (patch)
tree23e874c1ffeb1a0dd31960a44868853ba50c929a
parentc995d4d40313b12964edccf9466851762f868d6b (diff)
kj-gitbot: index.php
-rw-r--r--index.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/index.php b/index.php
index 80618af..e63bebe 100644
--- a/index.php
+++ b/index.php
@@ -123,9 +123,12 @@ session_start(); ?>
<details>
<summary style="font-size: 1.125rem;"><strong>← expand for a quick video demo 🎬</strong></summary>
<p>
- <div class="responsive-video">
- <iframe loading="lazy" width="100%" height="480" src="https://www.youtube.com/embed/DGudYy0sfx8" title="procrastiSlides demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
- </div>
+ <video controls>
+ <source src="vids/DGudYy0sfx8.webm" type="video/webm">
+ <source src="vids/DGudYy0sfx8.ogg" type="video/ogg">
+ <source src="vids/DGudYy0sfx8.mp4" type="video/mp4">
+ Your browser does not support modern open-source video implementations 😔.
+ </video>
</p>
</details>
<br>