-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
31 lines (28 loc) · 1.23 KB
/
contact.html
File metadata and controls
31 lines (28 loc) · 1.23 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
<!DOCTYPE html>
<html>
<head>
<title> steve jobs </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="steve-jobs.html" >Biografie</a></li>
<li><a href="filmpje.html">Filmpje</a></li>
<li><a href="bekend-door.html">Bekend door</a></li>
<li><a href="contact.html" class="active">Contact</a></li>
</ul>
<div class="content">
<h1> Steve Jobs biografie</h1>
<h2> Contact Metis Montessori Lyceum</h2>
<ul class="Contactlijst">
<li>Adres: Mauritskade 58, 1092 AD Amsterdam</li>
<li>Website: <a href="https://www.hetmml.nl">hetmml.nl</a></li>
<li>E-mail: <a href="mailto:info.mml@msa.nl">info.mml@msa.nl</a></li>
<li>Coderclass website: <a href="https://coderclass.nl/">Coderclass.nl</a></li>
<li>Coderclass E-mail: <a href="mailto:Metis.coderclass.nl">Coderclass.nl</a></li>
</ul>
<iframe src="https://www.google.com/maps/embed?pb=!1m10!1m8!1m3!1d1950.6782331931033!2d4.920491035337544!3d52.36096438512109!3m2!1i1024!2i768!4f13.1!5e0!3m2!1snl!2snl!4v1543325630649" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</body>
</html>