diff options
| author | Miguel <m.i@gmx.at> | 2019-02-18 17:48:56 +0100 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2019-02-18 17:48:56 +0100 |
| commit | 1691d68b3fb94aa0d88f74d2d4a373346d77ecbf (patch) | |
| tree | 94fa8c11db216b5238cae1c155979ba2366f3f30 /050_projects | |
| parent | 339d364acc9817e330cee9a3b87771385804f021 (diff) | |
working on content
Diffstat (limited to '050_projects')
| -rw-r--r-- | 050_projects/0100_Webkit-Keyboardless-Navigation/index.md | 4 |
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> |
