36 lines
966 B
Text
36 lines
966 B
Text
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html>
|
|
<head>
|
|
<title>404 Error</title>
|
|
<link rel='stylesheet' href='/css/minimal.css' type='text/css' media="screen" title="minimal" />
|
|
</head>
|
|
<body>
|
|
<table>
|
|
<tr>
|
|
<td align='left'><img src='/images/tourmentine.gif' alt='' /></td>
|
|
<td align='center'>
|
|
<h2><font color='red'>Erreur 404 - Fichier non trouvé</font></h2>
|
|
<br />Le fichier demandé n'à pas été trouvé !
|
|
<br />Cliquez <a href="/">ici</a> pour revenir à la page d'accueil...
|
|
</td>
|
|
<td align='right'>
|
|
<?php
|
|
include "include/theme.inc.php";
|
|
include "themes/default/theme.php";
|
|
|
|
$bodyclass="magicbox";
|
|
|
|
$module = "liens";
|
|
$titre = "Services";
|
|
$headlien = "/";
|
|
// $TypeListe = "deroul";
|
|
$FileName = "modules/liens/liensdirects.csv";
|
|
include "modules/magicbox.php";
|
|
?>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<?php // include "footer.php" ?>
|
|
</body>
|
|
</html>
|