diff options
Diffstat (limited to 'escalada.html')
-rw-r--r-- | escalada.html | 60 |
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> |