aboutsummaryrefslogtreecommitdiff
path: root/artículos/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'artículos/index.html')
-rw-r--r--artículos/index.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/artículos/index.html b/artículos/index.html
new file mode 100644
index 0000000..ce2443f
--- /dev/null
+++ b/artículos/index.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html lang="es">
+ <head>
+ <meta charset="UTF-8">
+ <title>Taamas - Artículos</title>
+ <link rel="stylesheet" type="text/css" href="../css/style.css">
+ </head>
+ <body>
+
+ <header>
+ <h1>🗞️ Artículos 🗞️</h1>
+ </header>
+
+ <ul class="navbar">
+ <li><a href="../index.html">Portada</a></li>
+ </ul>
+
+ <section>
+ <p>
+ Aquí quedan los artículos que escribo cuando tengo alguna idea lo suficientemente larga y
+ compartible.
+ </p>
+ </section>
+
+ <ul>
+ <li><a href="whatsapp.html">Abandonando Whatsapp</a></li>
+ <li><a href="kyria.html">Kyria: Construyendo un teclado</a></li>
+ </ul>
+
+ </body>
+</html>