-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (43 loc) · 1.73 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<title>HOME</title>
</head>
<body class="ppal-home">
<header>
<img class="logo" src="imagenes/logo alura.jfif" alt="alura">
</header>
<main class="principal">
<video class="imagen_inicial" autoplay muted data-aos="zoom-in-down">
<source src="imagenes/ahorcado moe.mp4" type="video/mp4">
</video>
<h1>BIENVENIDO AL JUEGO DEL AHORCADO</h1>
<audio controls>
<source src="sonido/silver-rain-4162.mp3" type="audio/mpeg">
</audio>
<h3>INTRO MUSICAL</h3>
<form action="Page/rules.html">
<button class="btn-iniciar">INICIAR</button>
</form>
</main>
<footer>
<div class="authorder">
<img src="imagenes/FLAG VZLA.png" alt="Venezuela">
<h6>© Copyright 2.022. Todos los derechos reservados. Autor: Eduardo Parra. Un Venezolano en Buenos Aires
Argentina.</h6>
<img src="imagenes/FLAG ARG.png" alt="Argentina">
</div>
</footer>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script> AOS.init(); </script>
</body>
</html>