-
Notifications
You must be signed in to change notification settings - Fork 0
/
realisation.php
38 lines (32 loc) · 1.26 KB
/
realisation.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
<!DOCTYPE html>
<html>
<head>
<title title="realisations"> Mes realisations</title>
<meta charset="UTF-8"/>
<meta name="author" content="Malnux"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0,user-scale=yes"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="shortcut icon" href="images/boy1.ico"/>
<link rel="icon" type="image/png" href="images/boy12.png"/>
</head>
<body>
<div id="blockpage">
<?php include 'header.php'; ?>
<h1> Realisations </h1>
<div id="tout">
<div id="competence">
<span> Site Du Savoir </span>
<p>
Mon projet personnel, qui consiste à reunir une communauté mixte
. Venez comme vous etes . Il y'aura une section tutoriels qui
reunira toutes les choses concernant l'informatique, une section génerale
ou on publiera les autres savoirs , un forum et un espace membre </br></br>
<a href="http://www.sitedusavoir.com"> Site du savoir </a>
</br></br>
</p>
</div>
</div>
<?php include 'footer.php'; ?>
</div>
</body>
</html>