diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-10 11:05:21 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-10 11:05:21 -0500 |
commit | 45f12640d195643fc2e66550705e4e9dcb364689 (patch) | |
tree | e67fbd1551cc8f6919830a908e6c5c6c6848b760 /content | |
parent | 771a2cd22cd2d25dc49dde6725d066ec67564826 (diff) | |
download | libretube-45f12640d195643fc2e66550705e4e9dcb364689.tar.lz libretube-45f12640d195643fc2e66550705e4e9dcb364689.tar.xz libretube-45f12640d195643fc2e66550705e4e9dcb364689.zip |
upload missing video
Diffstat (limited to 'content')
-rw-r--r-- | content/articles/course-html5/nuevas-etiquetas.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/content/articles/course-html5/nuevas-etiquetas.md b/content/articles/course-html5/nuevas-etiquetas.md index 0bef928..269b496 100644 --- a/content/articles/course-html5/nuevas-etiquetas.md +++ b/content/articles/course-html5/nuevas-etiquetas.md @@ -7,11 +7,13 @@ Tags: html Title: Nuevas etiquetas de HTML5 <video id="player-ply" playsinline controls> - <source src="" type="video/webm"/> - <track kind="captions" src="" srclang="es" label="Español" default="default"> + <source src="https://archive.org/download/coursehtml5/0002-nuevas-etiquetas.webm" type="video/webm"/> + <track kind="captions" src="{static}/wp-content/uploads/article/subtitles/2019/03/0002-nuevas-etiquetas-es.vtt" srclang="es" label="Español" default> </video> <details markdown="span"> <summary>Nuevas etiquetas de HTML5 2/32</summary> -Aún no publicado. +Más información sobre HTML5 en [w3schools][w3-html5]{:target="_blank" rel="noopener noreferrer"}. </details> + +[w3c-html5]: https://www.w3schools.com/html/html5_intro.asp |