-
Notifications
You must be signed in to change notification settings - Fork 0
/
Carte_int_P7.php
37 lines (33 loc) · 1012 Bytes
/
Carte_int_P7.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
<!--OUDJMAN ET MARCIAUX-->
<?php
require("Header.html") ;
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="CSSCarteINT.css">
<link rel="shortcut icon" type="image/png" href="LogoHead.png">
<title>Patisseries Folies :)</title>
</head>
<body>
<div>
<img src="Photo/Descriptif Lisa/Prix.png" style="width: 350px; float: right; margin-right: 5%; margin-top: 5%;">
<div id="cross-fading" style="text-align: center;">
<img src="Photo/Patisseries/P71.png" >
<img id="top" src="Photo/Patisseries/P7.png"/>
</div>
<img src="Photo/Descriptif Lisa/DescriptionP7.png" style="width: 350px; float: left; margin-left: 5%;">
</div>
<br>
<div style="text-align: center; margin-top: 34%;">
<a href="Reservation.php" style="text-decoration: none;">
<img src='Photo/Descriptif Lisa/Boutton.png' style='width: 250px;'>
</a>
</div>
</body>
</html>
<?php
echo "<br><br>";
require("Footer.html") ;
?>