-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (34 loc) · 1.46 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
<!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">
<title>Welcome</title>
<link rel="stylesheet" href="./styles/style.css">
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body>
<div id="contcarga" ><img src="./img/cargando.png" id="cargando"></div>
<div id="siguiente">
<div class="w-100 mx-auto" id="primero">
<center>
<div class="w-50 mx-auto">
<img src="./img/1.png" class="mx-auto my-5 w-75">
<h3>Encuentra tu amigo fiel</h3>
<p class="my-5">Cuando adoptas a una mascota, cosas maravillosas suceden en tu vida.
Si estás pensando en tener un nuevo integrante en tu familia; ¡estás en el lugar correcto!</p>
<a href="#" class="my-5 siguientes" id="siguient">Siguiente</a>
</div>
</center>
</div>
</div>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<script type="module" src="./scripts/script.js" ></script>
</body>
</html>