-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.php
39 lines (36 loc) · 1.55 KB
/
contact.php
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
39
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Home Switch Home</title>
<link href="http://fonts.googleapis.com/css?family=Oxygen:400,700,300" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
<?php include("header.php") ?>
<div id="logo" class="container">
<h1><a href="#">Home Switch Home</a></h1>
<p>Le site d'échange de logement entre particuliers</p>
</div>
<div id = "page" class="container">
<h1>Pour nous contacter par mail :</h1></br>
<ul>
<li>CANAAN Danny : <a href="mailto:[email protected]">[email protected]</a></li>
<li>GEORGET Hugo : <a href="mailto:[email protected]">[email protected]</a></li>
<li>MENACHE Jordan : <a href="mailto:[email protected]">[email protected]</a></li>
<li>VERNEUIL Paul : <a href="mailto:[email protected]">[email protected]</a></li>
<li>WESTERDYK Kévin : <a href="mailto:[email protected]">[email protected]</a></li>
<li>WILLEMS Henry : <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
<p>Vous pouvez aussi nous contacter par le biais de la messagerie privée.</p>
</div>
</div>
<div id="footer">
<p>Flemme de taper le footer...</p>
</div>
<!-- end #footer -->
</body>
</html>