-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSFeliu-gats.html
More file actions
executable file
·29 lines (29 loc) · 966 Bytes
/
SFeliu-gats.html
File metadata and controls
executable file
·29 lines (29 loc) · 966 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>PROGATS Sant Feliu De Guixols</title>
<link rel="stylesheet" href="main.css">
<link href="https://fonts.googleapis.com/css?family=Lobster|Teko&display=swap" rel="stylesheet">
</head>
<body>
<header>
<a href="ejercicioWEB-Animales.html"><img src="logoProgats.png" alt="Logo PROGATS (Protectora de animales)" height="150" width="250"></a>
<h1 id="Main-Title"><b>Protectora de animales PROGATS</h1>
<hr>
</header>
<section>
<article>
<h2>Thyssen</h2>
<img src="thyseen.jpg" alt="Foto gato Thyssen de PROGATS">
<p>Preciosa gata persona perdida cerca del puerto.</p>
</article>
</section>
<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>