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
| <link rel="stylesheet" type="text/css" href="style.css"/> <! lien vers le css>
<html>
<head>
<title>Index.php</title>
<meta charset="utf-8" />
</head>
<body>
<h2>Nom de page</h2>
<p>
<h3>Blablabla titre truc</h3>
<?php include("menu.php");?>
<div id="description-menu">
<br></br>
<?php echo "Test ECHO php"; ?>
<br></br>
drfgdfrg iudcshzuic, oiuhsqIUFD, OIFjzeoid
</br>
<br>
dfgdfqg iudcshzuic, oiuhsqIUFD, OIFjzeoid
</br>
dvfvdfv
</br>dfgvdfbvfddbdfgbdfgbdfbdf
</div>
<?php include("foot.php"); ?>
</body> |
Partager