-
Notifications
You must be signed in to change notification settings - Fork 0
/
projet.php
37 lines (33 loc) · 1.38 KB
/
projet.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title> B&V Surfshop </title>
<link rel="stylesheet" href="css/menu.css">
<link rel="stylesheet" href="css/texte.css">
<link rel="stylesheet" href="css/accueil.css">
<link rel="icon" href="../image/icon.png" />
</head>
<body >
<div class="menuBG accueilBG">
<?php include('./php/header.php'); ?>
</div>
<div class = "page">
<h1>
B&V Surfshop c'est quoi ?
</h1>
<table cellpadding="10" cellspacing="1" width="100%">
<tr>
<td align="center"> <img src="image/accueil/madeinfrance.png" width="220px" height="220px"/></td>
<td align="center"> <img src="image/accueil/phone.png" width="150px" height="150px"/></td>
<td align="center"> <img src="image/accueil/livraison.png" width="150px" height="150px"/></td>
</tr>
<tr>
<td class="texte" align="center">Des produits Made in France</td>
<td class="texte" align="center">Un service client disponible et réactif</td>
<td class="texte" align="center">Une livraison rapide partout en france</td>
</tr>
</table>
</div>
</body>
</html>