summaryrefslogtreecommitdiff
path: root/050_projects/0100_Webkit-Keyboardless-Navigation
diff options
context:
space:
mode:
Diffstat (limited to '050_projects/0100_Webkit-Keyboardless-Navigation')
-rw-r--r--050_projects/0100_Webkit-Keyboardless-Navigation/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/050_projects/0100_Webkit-Keyboardless-Navigation/index.md b/050_projects/0100_Webkit-Keyboardless-Navigation/index.md
index 158c382..a56a377 100644
--- a/050_projects/0100_Webkit-Keyboardless-Navigation/index.md
+++ b/050_projects/0100_Webkit-Keyboardless-Navigation/index.md
@@ -19,8 +19,8 @@ The DOM is manipulated on the fly by the browser without any JavaScript involved
A little video demonstrating what was achieved so far (inside the glorious, webkit2gtk+ based, suckless surf browser):
<video style="width:60%;min-width:100pt;" controls>
- <source src="/DATA/v1.mp4" type="video/mp4">
- <source src="/DATA/v1.ogv" type="video/ogg">
+ <source src="v1.mp4" type="video/mp4">
+ <source src="v1.ogv" type="video/ogg">
Your browser does not support the video tag.
</video>