yes
This commit is contained in:
@@ -8,15 +8,15 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<?php include "header.html"?>
|
||||
<?php include "header.php"?>
|
||||
|
||||
<div class="main-body">
|
||||
<div class="sidebar"> une sidebar</div>
|
||||
<div class="content">
|
||||
<?php include "recette.html"?>
|
||||
<?php include "recette.php"?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include "footer.html"?>
|
||||
<?php include "footer.php"?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user