aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-06-07 21:20:09 -0500
committerJesús <heckyel@hyperbola.info>2019-06-07 21:20:09 -0500
commit9edea5d8c7f0de1f33a7d7593be08331c7dc0cd8 (patch)
tree2cf99141a452f0eee903908dc0bc0cad244f565f
parentaf7dc5cae308649474c0b9f2f60f5148de1a105d (diff)
downloadlibretube-theme-9edea5d8c7f0de1f33a7d7593be08331c7dc0cd8.tar.lz
libretube-theme-9edea5d8c7f0de1f33a7d7593be08331c7dc0cd8.tar.xz
libretube-theme-9edea5d8c7f0de1f33a7d7593be08331c7dc0cd8.zip
fix missing video
-rw-r--r--post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/post.html b/post.html
index 27d4215..dff8d29 100644
--- a/post.html
+++ b/post.html
@@ -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>