Un style un peu mieux, un titre à la page, et d'autres trucs
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<?php include 'includes/data.php'; ?>
|
||||
</head>
|
||||
<body>
|
||||
<?php include 'includes/head.php'; ?>
|
||||
|
||||
<h1>403 Forbidden</h1>
|
||||
<p>Les droits d'accès ne vous permettent<br/>
|
||||
pas d'accéder à la ressource.</p>
|
||||
<a href="#" onclick="history.go(-1);" style="text-decoration:none"><input type="button" value="Page précédante" /></a>
|
||||
|
||||
<?php include 'includes/foot.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user