diff options
author | Teddy Wing | 2018-11-23 19:52:10 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-23 19:52:10 +0100 |
commit | acb39a3999973ac8c63769dde0c6cc565602e15d (patch) | |
tree | e38d084122fcf32bad529893e44b169249bf42f6 | |
parent | d80b8c3f93a3cbcc96122a1d5279f6ff2772c204 (diff) | |
download | dome-key-web-acb39a3999973ac8c63769dde0c6cc565602e15d.tar.bz2 |
index.html: Fix fallback link to demo video
Forgot to update this link when I renamed the video files.
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ <source src="/assets/DomeKey-Screencast.mpeg4.mp4" type="video/mp4" /> <p> - <a href="/assets/DomeKey-Screencast.mp4">Demo video</a> + <a href="/assets/DomeKey-Screencast.mpeg4.mp4">Demo video</a> </p> </video> |