diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-10 11:12:05 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-10 11:12:05 -0500 |
commit | 55a0225bc76179f62c29ffb9dfe32a4a0b34ab3d (patch) | |
tree | 38e092edd4421e1ba77e838483888bf704128faf /content/articles/course-html5 | |
parent | 68dbe14d8a2797971ad84ddb02c7adf306a25a5c (diff) | |
download | libretube-55a0225bc76179f62c29ffb9dfe32a4a0b34ab3d.tar.lz libretube-55a0225bc76179f62c29ffb9dfe32a4a0b34ab3d.tar.xz libretube-55a0225bc76179f62c29ffb9dfe32a4a0b34ab3d.zip |
minor fix
Diffstat (limited to 'content/articles/course-html5')
-rw-r--r-- | content/articles/course-html5/nuevas-etiquetas.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/articles/course-html5/nuevas-etiquetas.md b/content/articles/course-html5/nuevas-etiquetas.md index 269b496..4e58b74 100644 --- a/content/articles/course-html5/nuevas-etiquetas.md +++ b/content/articles/course-html5/nuevas-etiquetas.md @@ -4,6 +4,7 @@ Date: 2019-03-25 11:07 Image: 2019/03/nuevas-etiquetas.jpg Slug: html5-etiquetas Tags: html +Time: 2:36 Title: Nuevas etiquetas de HTML5 <video id="player-ply" playsinline controls> @@ -13,7 +14,7 @@ Title: Nuevas etiquetas de HTML5 <details markdown="span"> <summary>Nuevas etiquetas de HTML5 2/32</summary> -Más información sobre HTML5 en [w3schools][w3-html5]{:target="_blank" rel="noopener noreferrer"}. +Más información sobre HTML5 en [w3schools][w3c-html5]{:target="_blank" rel="noopener noreferrer"}. </details> [w3c-html5]: https://www.w3schools.com/html/html5_intro.asp |