-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacto.html
38 lines (30 loc) · 952 Bytes
/
contacto.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
<!DOCTYPE html>
<html lang="en">
<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>Contacto</title>
</head>
<body>
<header>
<section>
<img src="asset/Logo Mighty ducks-01.png" aling="left" alt="Logo" width="400" height="341">
<h1>Mighty Ducks Hockey League</h1>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About MDHL</a>
<a href="contacto.html">Contact</a>
</nav>
</section>
</header>
<main>
<img src="asset/hockey 3.jpg" aling="left" alt="" width="400" height="341">
<p>Please email us at [email protected]</p>
<p>We reply to your email as soon as we can.</p>
</main>
<footer>
<p>Desarrollado por Jesica</p>
</footer>
</body>
</html>