aboutsummaryrefslogtreecommitdiffstats
path: root/public/404.html
blob: 72bd4129dc6bab89bc9c3c3878ba560a9c404b7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
  <!-- <link href="assets/application.css" media="screen" rel="stylesheet" type="text/css" />       -->
  <title>The page you were looking for doesn't exist (404)</title>
  <style type="text/css">
    body { background-color: #fff;  text-align: center;  }
    div.dialog {
      width: 45em;
      padding:1em;
      margin: 2em auto 0 auto;
      border: 1px solid #ccc;
      border-right-color: #999;
      border-bottom-color: #999;
    }
      h1 { font-size: 100%; color: #f00; line-height: 1.5em; font-weight: bold}
      a,a:visited { text-decoration: underline; color: blue}
  </style>
</head>

<body>
  <!-- This file lives in public/404.html 
  <div id="header">
    <div class="infos">
      <div class="logo">
	<a href="referentials">
	  <img src="assets/logo_chouette.png" alt="Logo_chouette">
	</a>
      </div>
    </div>
  </div>-->
  <div class="dialog">
    <h1>D&eacute;sol&eacute;, la page demand&eacute;e n'existe pas</h1>
    <a href="http://www.chouette.mobi/spip.php?rubrique38" target="_blank">N'h&eacute;sitez pas &agrave; nous d&eacute;crire le probl&egrave;me</a>, nous essaierons de le r&eacute;soudre.<br/>Merci d'avance<br/> <br/>
    Vous pouvez n&eacute;anmoins continuer &agrave; utiliser l'application CHOUETTE<br/>
    <a href="javascript:history.back()" >Retour</a><br/>
    <!-- <a href="referentials" >Accueil</a> -->
    <br/> <br/><br/> <br/>
    <h1>The page you were looking for doesn't exist.</h1>
    You may have mistyped the address or the page may have moved. <br/>
    <a href="http://www.chouette.mobi/spip.php?rubrique38" target="_blank">Please describe us what happened</a>, we'll try to come back with an answer. <br/>Thank you.  <br/> <br/>
    You can still continue the use the CHOUETTE application. <br/>
    <a href="javascript:history.back()" >Back</a><br/>
    <!-- <a href="referentials" >Home</a> -->
  </div>
</body>
</html>