-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
48 lines (31 loc) · 1.57 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
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="fr">
<head>
<title>Osthoffen 2020</title>
<meta charset="UTF-8">
<meta name="description" content="Site Internet de la liste municipale Osthoffen 2020">
<meta name="keywords" content="Osthoffen, elections, municipal, 2020, mairie">
<meta name="author" content="Lucas LETT">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="files/logo.png" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/fr_FR/sdk.js#xfbml=1&version=v5.0&appId=547838122035305&autoLogAppEvents=1"></script>
<?php include "overall/menu.php"; ?>
<div id="content_candidat" style="display:block;">
<center>
<h1 style="background-color:orange">Nous contacter</h1>
<div id="contact">
Pour toute question concernant notre programme, prenez contact avec nous par mail<br><br>
<a href="mailto:[email protected]">[email protected]</a>
<br>
<hr>
Ou via notre page Facebook<br><br>
<div class="fb-page" data-href="https://www.facebook.com/osthoffen2020/" data-tabs="timeline" data-width="400" data-height="100" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"></div>
</div>
</center>
</div>
</body>
</html>