diff options
| author | kj-sh604 | 2024-12-21 01:46:21 -0500 |
|---|---|---|
| committer | kj-sh604 | 2024-12-21 01:46:21 -0500 |
| commit | 552d06cd7e61c45476c55895422c8ca3d77a9bc6 (patch) | |
| tree | 6236304c52b9b6d96d2be2fe1078a06322f67847 /includes/video-how-to.php | |
| parent | 8c77e2a9f6b5badf4b78a91a6c04e8c10bea7ce1 (diff) | |
refactor: cleaner codebase and best practices
Diffstat (limited to 'includes/video-how-to.php')
| -rw-r--r-- | includes/video-how-to.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/includes/video-how-to.php b/includes/video-how-to.php new file mode 100644 index 0000000..6745b4a --- /dev/null +++ b/includes/video-how-to.php @@ -0,0 +1,14 @@ + <details> + <summary style="font-size: 1.125rem;"><strong>← expand for a quick video demo 🎬</strong></summary> + <p> + <video controls> + <source src="vids/A4upxlH2mIHOXYRq.webm" type="video/webm"> + <source src="vids/A4upxlH2mIHOXYRq.ogg" type="video/ogg"> + <source src="vids/A4upxlH2mIHOXYRq.mp4" type="video/mp4"> + Your browser does not support modern open-source video implementations 😔. + </video> + </p> + </details> + <br> + </div> + <br> |
