added 404 page

This commit is contained in:
Frédéric Péters 2008-05-01 18:54:54 +00:00
parent c66455f03b
commit 83637e2e36
2 changed files with 50 additions and 0 deletions

50
apache-errors/404.html Normal file
View File

@ -0,0 +1,50 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Ma ville au quotidien - Serveur en maintenance</title>
<meta http-equiv="Content-Type" Content="text/html; charset=iso-8859-15" />
<link rel="stylesheet" type="text/css" href="/themes/auquotidien/wcs.css"/>
<link rel="shortcut icon" href="/themes/auquotidien/favicon.png" />
<!--[if lt IE 7]><script src="/IE7/ie7-standard-p.js" type="text/javascript"></script><![endif]-->
</head>
<body>
<div id="page">
<div id="header">
<div id="top"> <h1><a href="/" accesskey="1"><span>Ma ville au quotidien</span></a></h1> </div>
</div> <!-- header -->
<div id="main-content">
<div id="gauche">
</div>
<p id="breadcrumb">Ma ville au quotidien, bienvenue !</p>
<img alt="" src="/themes/auquotidien/lost.png"
style="float: left; margin: 0 1em 1em 0;"/>
<h2 id="info">Collectivité non trouvée</h2>
<div class="error-page">
<p>
La page demandée n'existe pas.
</p>
</div>
<hr />
</div>
<div id="footer">
<p id="legal">
Copyright &copy; 2006-2007 Entr'ouvert
</p>
<p id="bottom-links">
<a href="/help">Aide</a>
<a href="/contact" accesskey="9" class="sep">Contact</a>
<a href="/accessibility" accesskey="0" class="sep">Déclaration d'accessibilité</a>
<a href="/informations-editeur" class="sep">Informations éditeur</a>
</p>
</div>
</div>
</body>
</html>

BIN
theme/lost.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB