diff options
author | Jesús <heckyel@hyperbola.info> | 2019-06-07 21:20:09 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-06-07 21:20:09 -0500 |
commit | 9edea5d8c7f0de1f33a7d7593be08331c7dc0cd8 (patch) | |
tree | 2cf99141a452f0eee903908dc0bc0cad244f565f | |
parent | af7dc5cae308649474c0b9f2f60f5148de1a105d (diff) | |
download | libretube-theme-9edea5d8c7f0de1f33a7d7593be08331c7dc0cd8.tar.lz libretube-theme-9edea5d8c7f0de1f33a7d7593be08331c7dc0cd8.tar.xz libretube-theme-9edea5d8c7f0de1f33a7d7593be08331c7dc0cd8.zip |
fix missing video
-rw-r--r-- | post.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ <article class="col-md-8"> <video controls> - <source src="https://archive.org/download/coursehtml5/0010-Etiquetas-p-span.mp4" type="video/mp4"> + <source src="https://archive.org/download/coursehtml5/0010-Etiquetas-p-span.webm" type="video/webm"> </video> <h2 class="title-video">Curso básico de HTML5 - Etiqueta p </h2> |