aboutsummaryrefslogtreecommitdiff
path: root/artículos/index.html
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-08-12 20:16:30 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-08-12 20:16:30 +0200
commitd8b3830441fa02dd12326007e9b0235e3809bbd2 (patch)
treef87edd8b8cb898c940289232dff37000443b8944 /artículos/index.html
parentc6239cb325a1467ebc54db2b4586868108c83016 (diff)
downloadtaamas.xyz-d8b3830441fa02dd12326007e9b0235e3809bbd2.tar.gz
taamas.xyz-d8b3830441fa02dd12326007e9b0235e3809bbd2.zip
Actualizada página principal. Añadida escalada.
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>