22 lines
568 B
PHP
22 lines
568 B
PHP
<?php
|
|
$titlepage="Erreur interne";
|
|
|
|
include "include/head.inc.php";
|
|
include "include/theme.inc.php";
|
|
include "themes/default/theme.php";
|
|
?>
|
|
|
|
<body>
|
|
<table>
|
|
<tr>
|
|
<td align="left"><img src="/images/tma.gif" title="TMA" alt="TMA" /></td>
|
|
<td align="center">
|
|
<h2><font color="red">Erreur 500 - Erreur Interne</font></h2>
|
|
<br/>oops...y'a comme un bug là !
|
|
<br/>Ecrivez <a href="mailto:nicolas@legaillart.com">ici</a> pour m'insulter, ou
|
|
<br/>cliquez <a href="/">ici</a> pour revenir à la page d'acceuil...
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|