-
Notifications
You must be signed in to change notification settings - Fork 0
/
Recrutement2.php
44 lines (39 loc) · 895 Bytes
/
Recrutement2.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
<!--OUDJMAN ET MARCIAUX-->
<?php
require("Header.html") ;
?>
<!DOCTYPE html>
<html>
<style>
.TEXTEZ {
box-shadow: 1px 6px 17px grey;
margin-right: 30%;
margin-left: 30%;
padding-top: 10px;
padding-bottom: 10px;
background-color: #fcdab9 ;
}
.TEXT{
color: black;
font-family: arial;
font-size: 17px;
}
</style>
<body style="margin-top: 12%;">
<p align="center" class="TEXTEZ">Toute vos informations ont ete recueillies <br> Nous vous contacterons sous une dixaine de jours. <br><br> Merci pour votre interet. </p>
<br>
<section>
<form class="TEXTEZ">
<table align="center" width="100%">
<tr>
<td align="center" style="border: 2px solid black;"><a href="Accueil.php" style="text-decoration: none;" class="TEXT">Retour à l'accueil</a></td>
</tr>
</table>
</form>
</section>
</body>
</html>
<?php
echo "<br><br>";
require("Footer.html") ;
?>