diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2022-08-22 20:55:38 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2022-08-22 20:55:38 +0200 |
commit | 85bac2f95a5d23cf9e29dadd73dda3d4ef3bf12f (patch) | |
tree | 9f02bf27d8755fef99545c7d820f76f612d389b3 /escritos/index.html | |
parent | 12020567638455e5922e9713bc082d74251b4ab6 (diff) | |
download | taamas.xyz-85bac2f95a5d23cf9e29dadd73dda3d4ef3bf12f.tar.gz taamas.xyz-85bac2f95a5d23cf9e29dadd73dda3d4ef3bf12f.zip |
Conejos.
Diffstat (limited to 'escritos/index.html')
-rw-r--r-- | escritos/index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/escritos/index.html b/escritos/index.html index fd9e032..f91beae 100644 --- a/escritos/index.html +++ b/escritos/index.html @@ -1,11 +1,13 @@ <!DOCTYPE html> <html lang="es"> + <head> <meta charset="UTF-8"> <title>Taamas - Escritos</title> <link rel="stylesheet" type="text/css" href="../css/style.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> + <body> <header> @@ -17,6 +19,19 @@ </div> <section> + + <h2>Escritos sueltos</h2> + + <p>Escritos desorganizados sin conexión entre ellos.</p> + + <ul> + <li><a href="conejos.html">Conejos</a></li> + </ul> + + </section> + + <section> + <h2>Viejos escritos</h2> <p>Algunos escritos de 2016. En su mayoría un fluir de palabras sin un fin concreto más allá @@ -29,9 +44,11 @@ <li><a href="wordpress/taamas.html">Taamas</a></li> <li><a href="wordpress/alegoriaDeLaFisica.html">Alegoría de la física</a></li> </ul> + </section> <section> + <h2>En Tierras Lejanas</h2> <p>Una historia interactiva incompleta contada en Twitter en 2016. La idea era publicar parte @@ -42,16 +59,22 @@ <ul> <li><a href="enTierrasLejanas/enTierrasLejanas.html">En Tierras Lejanas</a></li> </ul> + </section> <section> + <h2>Los Harapos del Rey</h2> + <p>Apuntes de una campaña de La Llamada de Cthulhu.</p> + <ul> <li><a href="cthulhu/cthulhu.html">Los Harapos del Rey</a></li> </ul> + </section> </body> + </html> |