bcom/403.php

16 lines
451 B
PHP

<!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&egrave;s ne vous permettent<br/>
pas d'acc&eacute;der &agrave; la ressource.</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>