Un style un peu mieux, un titre à la page, et d'autres trucs

This commit is contained in:
Mysaa
2021-06-05 18:17:31 +02:00
parent f515420c6c
commit 7ac29bb13d
16 changed files with 192 additions and 201 deletions
+17
View File
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<?php include 'includes/data.php'; ?>
</head>
<body>
<?php include 'includes/head.php'; ?>
<h1>404 Not Found</h1>
<p>La page demand&eacute;e demeure introuvable.<br/>
Cette derni&egrave;re n'existe plus ou pas encore.<br/>
Bah au pire c'est pareil xD</p>
<a href="#" onclick="history.go(-1);" style="text-decoration:none"><input type="button" value="Page pr&eacute;c&eacute;dante" /></a>
<?php include 'includes/foot.php'; ?>
</body>
</html>