-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.php
More file actions
34 lines (25 loc) · 840 Bytes
/
info.php
File metadata and controls
34 lines (25 loc) · 840 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Affable Beans</title>
</head><!--/head-->
<body>
<?php require_once("header.php") ?>
<section>
<div class="container">
<div class="row">
<div class="col-sm-9 padding-right">
<div class="features_items"><!--features_items-->
<h2 class="title text-center">INFORMATIONS</h2>
<p>
Ceci est un texte d'info ...Ceci est un texte d'info ...Ceci est un texte d'info ...Ceci est un texte d'info ...Ceci est un texte d'info ...Ceci est un texte d'info ...Ceci est un texte d'info ...Ceci est un texte d'info ...Ceci est un texte d'info ...Ceci est un texte d'info ...
</p>
</div><!--features_items-->
</div>
</div>
</div>
</section>
<?php require_once("footer.php") ?>
</body>
</html>