diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2021-08-17 14:39:20 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2021-08-17 14:39:20 +0200 |
commit | ae8ad83b36656032cd828394e4315401fb4682a1 (patch) | |
tree | fffcf2ed12b863865a1e73b4be171f2fa2ffeedb | |
parent | 38cd36e7b260d707b6f7092397729214bf844d57 (diff) | |
download | taamas.xyz-ae8ad83b36656032cd828394e4315401fb4682a1.tar.gz taamas.xyz-ae8ad83b36656032cd828394e4315401fb4682a1.zip |
Añadido tipo de documento y etiqueta html al artículo del Kyria.
-rw-r--r-- | artículos/kyria.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/artículos/kyria.html b/artículos/kyria.html index 7d15805..1e93d48 100644 --- a/artículos/kyria.html +++ b/artículos/kyria.html @@ -1,3 +1,5 @@ +<!DOCTYPE html> +<html lang="es"> <head> <meta charset="UTF-8"> <title> @@ -123,3 +125,4 @@ <img src="../img/kyria/16_terminado2.webp" alt="Otra imagen del teclado terminado." /><figcaption aria-hidden="true">Otra imagen del teclado terminado.</figcaption> </figure> </body> +</html> |