aboutsummaryrefslogtreecommitdiff
path: root/escalada.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 /escalada.html
parentc6239cb325a1467ebc54db2b4586868108c83016 (diff)
downloadtaamas.xyz-d8b3830441fa02dd12326007e9b0235e3809bbd2.tar.gz
taamas.xyz-d8b3830441fa02dd12326007e9b0235e3809bbd2.zip
Actualizada página principal. Añadida escalada.
Diffstat (limited to 'escalada.html')
-rw-r--r--escalada.html60
1 files changed, 60 insertions, 0 deletions
diff --git a/escalada.html b/escalada.html
new file mode 100644
index 0000000..e698ac8
--- /dev/null
+++ b/escalada.html
@@ -0,0 +1,60 @@
+<!DOCTYPE html>
+<html lang="es">
+
+ <head>
+ <meta charset="UTF-8">
+ <title>Taamas - Escalada</title>
+ <link rel="stylesheet" type="text/css" href="css/style.css">
+ </head>
+
+ <body>
+
+ <header>
+ <h1>🧗 Escalada 🧗</h1>
+ </header>
+
+ <ul class="navbar">
+ <li><a href="index.html">Portada</a></li>
+ </ul>
+
+ <section>
+ <p>Aprovecho este rinconcito de la red para dejar algunos fragmentos de mis visitas al
+ rocódromo.</p>
+ </section>
+
+ <section>
+
+ <video height="480" muted controls>
+ <source src="resources/escalada/failNoAudio.webm" type="video/webm">
+ Este vídeo de mí en el rocódromo no puede cargarse.
+ </video>
+
+ <video height="480" muted controls>
+ <source src="resources/escalada/naranja01.webm" type="video/webm">
+ Este vídeo de mí en el rocódromo no puede cargarse.
+ </video>
+
+ <video height="480" muted controls>
+ <source src="resources/escalada/naranja02.webm" type="video/webm">
+ Este vídeo de mí en el rocódromo no puede cargarse.
+ </video>
+
+ </section>
+
+ <section>
+
+ <video height="480" muted controls>
+ <source src="resources/escalada/morada01.webm" type="video/webm">
+ Este vídeo de mí en el rocódromo no puede cargarse.
+ </video>
+
+ <video height="480" muted controls>
+ <source src="resources/escalada/morada02.webm" type="video/webm">
+ Este vídeo de mí en el rocódromo no puede cargarse.
+ </video>
+
+ </section>
+
+ </body>
+
+</html>