aboutsummaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-06-09 12:18:21 -0500
committerJesús <heckyel@hyperbola.info>2019-06-09 12:18:21 -0500
commit39b70f9a65a6dc851cc097f0b5e48d91a1330004 (patch)
tree7ddf455f365b91b2cf116be7f22ff4b2befd8b50 /content
parent12fd6e94f46a6a528575b4b3ab7b14375f2bfc6b (diff)
downloadlibretube-39b70f9a65a6dc851cc097f0b5e48d91a1330004.tar.lz
libretube-39b70f9a65a6dc851cc097f0b5e48d91a1330004.tar.xz
libretube-39b70f9a65a6dc851cc097f0b5e48d91a1330004.zip
Added link Text-Editor
Diffstat (limited to 'content')
-rw-r--r--content/articles/course-html5/intro.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/articles/course-html5/intro.md b/content/articles/course-html5/intro.md
index e090b43..2a90428 100644
--- a/content/articles/course-html5/intro.md
+++ b/content/articles/course-html5/intro.md
@@ -29,6 +29,7 @@ Trayendo consigo nuevas etiquetas, las llamadas etiquetas semánticas.
<li>[w3schools][w3c]{:target="_blank" rel="noopener noreferrer"}</li>
<li>[Documentación][w3c.org]{:target="_blank" rel="noopener noreferrer"} de la W3C</li>
<li>[Validador][validator]{:target="_blank" rel="noopener noreferrer"}</li>
+<li>[Editor de código][emacs-personal]{:target="_blank" rel="noopener noreferrer"}</li>
</ul>
</details>
@@ -36,6 +37,7 @@ Trayendo consigo nuevas etiquetas, las llamadas etiquetas semánticas.
[w3c]: https://www.w3schools.com/html/default.asp
[w3c.org]: https://www.w3.org/TR/html/
[validator]: https://validator.w3.org/
+[emacs-personal]: https://libregit.org/heckyel/emacs-personal.git
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium