tma/401.php

22 lines
499 B
PHP
Raw Permalink Normal View History

2024-02-12 20:46:07 +01:00
<?php
$titlepage = "Accès refusé";
include "include/head.inc.php";
2020-11-29 11:25:34 +01:00
include "include/theme.inc.php";
include "themes/default/theme.php";
?>
<body>
<table>
<tr>
<td align="left"><img src="/images/tma.gif" alt="TMA" title="TMA" /></td>
<td align="center">
<h2><font color="red">Erreur 401 - Accès refusé</font></h2>
<br/>Vous n'avez pas l'authorisation d'entrer.
<br/>Cliquez <a href="/">ici</a> pour revenir à la page d'acceuil...
</td>
</tr>
</table>
</body>
</html>