1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
| <!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<head>
<title> Writer band </title>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<body>
<?php include("menu.php"); ?>
<section>
<img src="writerband.png" alt="Writerband" class="writerbandcentre" />
<article>
<h1> Ici vous écrivez histoire </h1> <br>
<p> Vous avez une idée ? vous aimez écrire, alors partagez votre histoire ! </p>
<p> Vous pouvez lire de nouvelles histoires </p>
<p> Aimez et partagez les meilleures histoires </p>
</article>
</section>
</body>
</html> |
Partager