-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathejercicioWEB-Animales.html
More file actions
executable file
·35 lines (35 loc) · 1.81 KB
/
ejercicioWEB-Animales.html
File metadata and controls
executable file
·35 lines (35 loc) · 1.81 KB
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>
<head>
<meta charset="UTF-8">
<title>Protectora de animales PROGATS</title>
<link rel="shortcut icon" href="shorticon_web_PROGATS.jpg">
<link rel="stylesheet" href="main.css">
<link href="https://fonts.googleapis.com/css?family=Lobster|Teko&display=swap" rel="stylesheet">
</head>
<body>
<header>
<img src="logoProgats.png" alt="Logo PROGATS (Protectora de animales)" height="150" width="250">
<h1 id="Main-Title"><b>Protectora de animales PROGATS</h1>
<img src="Progats-presentacion.png" alt="Foto Presentacion PROGATS" height="320" width="470">
<iframe width="561" height="322" src="https://www.youtube.com/embed/zmXtcnZcq4g" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>Progat Catalunya es una asociación que defiende el gato libre, su vida en libertad y su integración en los habitats que compartimos
<img src="logo-transparent.jpg" alt="Logo gat transparent PROGATS" height="30" width="30"></p>
<hr>
<hr>
<nav>
<h3><b>Listado de gatos perdidos de nuestras diferentes zonas de operación:</b></h3>
<a href="Girona-gats.html">Girona</a> <a href="SFeliu-gats.html">
Sant Feliu de Guixols</a> <a href="Palamos-gats.html">
Palamós</a>
</nav>
<br>
</header>
<hr>
<footer>
<p>✉ <a href="mailto:progat@progat.com">progat@progat.com</a></p>
<p>☎ 93 446 72 45</p>
<p>PROGATS es una Asociación sin ánimo de lucro</p>
</footer>
</body>
</html>