diff options
author | Jesús <heckyel@hyperbola.info> | 2019-06-06 15:32:20 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-06-06 15:32:20 -0500 |
commit | 7a7f700909367813a79dec470577d6cca6d45c2c (patch) | |
tree | ccc9e60a1366368ad199eb2ddd218bbcad10f8d5 /content | |
parent | f4d38d69cf3c23c45c193fc50115aa940784da8b (diff) | |
download | libretube-7a7f700909367813a79dec470577d6cca6d45c2c.tar.lz libretube-7a7f700909367813a79dec470577d6cca6d45c2c.tar.xz libretube-7a7f700909367813a79dec470577d6cca6d45c2c.zip |
fix incomplete video
Diffstat (limited to 'content')
-rw-r--r-- | content/articles/course-html5/etiqueta-main.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/articles/course-html5/etiqueta-main.md b/content/articles/course-html5/etiqueta-main.md index 19a1c52..df42958 100644 --- a/content/articles/course-html5/etiqueta-main.md +++ b/content/articles/course-html5/etiqueta-main.md @@ -9,7 +9,7 @@ Time: 2:53 <figure> <video id="player-ply" playsinline controls> - <source src="https://archive.org/download/coursehtml5/0018-Etiqueta-main.webm" type="video/webm"> + <source src="https://archive.org/download/coursehtml5/0018-main.webm" type="video/webm"> </video> <figcaption> <h1>Etiqueta main 18/32</h1> |