-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (34 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ayuda a un peludo</title>
<link rel="stylesheet" href="/assets/css/style.css">
</head>
<body>
<header>
<h1 class="center">ONG - AYUDA A UN PELUDO</h1>
<p>Somos una ong dedicada a la adopcion de animales que viven en la calle.</p>
</header>
<section>
<ol>
<h2 class="center">Nuestros integrantes:</h2>
<li>Integrante 1 </li>
<li>Integrante 2 </li>
<li>Integrante 3 </li>
<li>Integrante 4 </li>
</ol>
<h2 class="center">Nuestras secciones de ayuda:</h2>
<div class="container">
<img src="/assets/img/gato.png" width="400px">
<a href="gato.html">Gatos</a>
</div>
<br>
<div class="container">
<img src="/assets/img/perro.jpg" width="400px">
<a href="perro.html">Perros</a>
</div>
</section>
</body>
</html>