aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-06-03 15:44:40 -0500
committerJesús <heckyel@hyperbola.info>2019-06-03 15:44:40 -0500
commitcf2037becb25521072c5d4adc3d8eb9c0bc05521 (patch)
treea09439114e7152760841428cc7f996bc3d7409f0
parent9cf5d3b2a8151ca92853d3827d3d10c8a6238c3c (diff)
downloadlibretube-cf2037becb25521072c5d4adc3d8eb9c0bc05521.tar.lz
libretube-cf2037becb25521072c5d4adc3d8eb9c0bc05521.tar.xz
libretube-cf2037becb25521072c5d4adc3d8eb9c0bc05521.zip
added 'etiqueta figure'
-rw-r--r--content/articles/course-html5/etiqueta-figure.md17
-rw-r--r--content/wp-content/uploads/article/poster/2019/06/etiqueta-figure.jpgbin0 -> 64962 bytes
2 files changed, 17 insertions, 0 deletions
diff --git a/content/articles/course-html5/etiqueta-figure.md b/content/articles/course-html5/etiqueta-figure.md
new file mode 100644
index 0000000..d9f1426
--- /dev/null
+++ b/content/articles/course-html5/etiqueta-figure.md
@@ -0,0 +1,17 @@
+Author: Jesús E.
+Category: courses
+Date: 2019-06-03 15:13:07
+Image: 2019/06/etiqueta-figure.jpg
+Slug: etiqueta-figure
+Tags: HTML, html, figure, html5
+Title: Etiqueta figure
+Time: 6:19
+
+<figure>
+ <video id="player-ply" playsinline controls>
+ <source src="https://archive.org/download/coursehtml5/0017-figure.webm" type="video/webm">
+ </video>
+ <figcaption>
+ <h1>Etiqueta figure 17/32</h1>
+ </figcaption>
+</figure>
diff --git a/content/wp-content/uploads/article/poster/2019/06/etiqueta-figure.jpg b/content/wp-content/uploads/article/poster/2019/06/etiqueta-figure.jpg
new file mode 100644
index 0000000..02b39af
--- /dev/null
+++ b/content/wp-content/uploads/article/poster/2019/06/etiqueta-figure.jpg
Binary files differ