bcom/404.php

17 lines
493 B
PHP

<!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>