diff options
| author | kj-sh604 | 2025-04-09 15:18:30 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-04-09 15:18:30 -0400 |
| commit | 094bf4e342307fdfa3608bad2110c28d39fd8ff7 (patch) | |
| tree | df1a0198c06b90e150faa717f2a817008ae1481e /src/includes/video-how-to.php | |
| parent | 8b06732130e315f36ea5ff56e947453a2a816260 (diff) | |
refactor: directory structure
Diffstat (limited to 'src/includes/video-how-to.php')
| -rw-r--r-- | src/includes/video-how-to.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/includes/video-how-to.php b/src/includes/video-how-to.php new file mode 100644 index 0000000..3d46a14 --- /dev/null +++ b/src/includes/video-how-to.php @@ -0,0 +1,14 @@ + <details> + <summary><strong style="font-size: 1.125rem; text-decoration: underline; text-underline-offset: 0.375rem;">← expand for a quick video demo 🎬</strong></summary> + <p> + <video controls> + <source src="vids/6iaXPNqAwksiXQnb.webm" type="video/webm"> + <source src="vids/6iaXPNqAwksiXQnb.mp4" type="video/mp4"> + <source src="vids/6iaXPNqAwksiXQnb.ogv" type="video/ogg"> + Your browser does not support modern open-source video implementations 😔. + </video> + </p> + </details> + <br> + </div> + <br> |
