-
Notifications
You must be signed in to change notification settings - Fork 0
/
ONG.html
27 lines (25 loc) · 1013 Bytes
/
ONG.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stilesheet" href="styles.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<h1>ONG - Ayuda un Peludo</h1>
<hr>
<p>Esta es una ONG en ayuda a perros y gatos callejeros, donde podrás adoptar un nuevo integrante para tu familia</p>
<h3>Nuestros integrantes:</h3>
<ul>
<li>Persona 1: Cargo 1</li>
<li>Persona 2: Cargo 2</li>
<li>Persona 3: Cargo 3</li>
</ul>
<b>
<h3>Nuestras secciones de ayuda:</h3>
</b>
<img src="https://images.ecestaticos.com/6uBjSmsBorRk6l_IHAxkBS1JCwE=/114x0:1997x1410/1200x900/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2F721%2F122%2F714%2F72112271431cb1078c3fe3e75ad5ab41.jpg" alt="Perro" width="200" height="200" Perro>
</body>
</html>