diff options
| author | kj-sh604 | 2024-12-19 04:17:12 -0500 |
|---|---|---|
| committer | kj-sh604 | 2024-12-19 04:17:12 -0500 |
| commit | e55baab7b4189987383372c4f5d70ba79dd75ef5 (patch) | |
| tree | 23e874c1ffeb1a0dd31960a44868853ba50c929a | |
| parent | c995d4d40313b12964edccf9466851762f868d6b (diff) | |
kj-gitbot: index.php
| -rw-r--r-- | index.php | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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> |
