Un style un peu mieux, un titre à la page, et d'autres trucs
This commit is contained in:
@@ -1,17 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Le site de tous les bernards !</title>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="css/style.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
include 'includes/head.php';
|
||||
?>
|
||||
|
||||
<?php
|
||||
include 'includes/foot.php'
|
||||
?>
|
||||
<head>
|
||||
<?php include 'includes/data.php'; ?>
|
||||
</head>
|
||||
<body>
|
||||
<?php include 'includes/head.php'; ?>
|
||||
|
||||
<?php include 'includes/foot.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user