diff options
author | schizoid <schizoidparty@aol.com> | 2024-12-16 13:02:50 -0500 |
---|---|---|
committer | schizoid <schizoidparty@aol.com> | 2024-12-16 13:02:50 -0500 |
commit | c435f8f24d8ce798fe67519bc79fa5abee08a573 (patch) | |
tree | cec8f6172ab3792192eb4b81ee22b9356758bb70 /content | |
parent | 8275445ac34ad3760514753dce2273e672fbb72a (diff) |
Fixed video embed to the FTP server
Diffstat (limited to 'content')
-rw-r--r-- | content/articles/av1-videos.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/articles/av1-videos.md b/content/articles/av1-videos.md index 212a765..321bf40 100644 --- a/content/articles/av1-videos.md +++ b/content/articles/av1-videos.md @@ -9,7 +9,7 @@ I encoded Denshi's [Little Dark Age: Computing](https://odysee.com/@DenshiVideo: <div style="text-align: center;"> <video width="640" height="360" controls> - <source src="lildarkagecomputing.webm" type="video/webm"> + <source src="https://ftp.schizoid.party/videos/lildarkagecomputing.webm" type="video/webm"> **Your browser does not support the video tag.** </video> </div> |