-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfileNotFound.html
More file actions
45 lines (45 loc) · 1.43 KB
/
fileNotFound.html
File metadata and controls
45 lines (45 loc) · 1.43 KB
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
<html>
<head>
<title>Erreur 404 - Fichier non trouvé!</title>
</head>
<body BGCOLOR="#FFFFFF" leftMargin=0 topMargin=0 rightMargin=0 marginheight="0" marginwidth="0">
<center>
<table BORDER="0" WIDTH="100%" CELLSPACING="0">
<tr>
<td BGCOLOR="#025CCA" ALIGN="CENTER">
<hr SIZE="1" COLOR="#FFFFFF">
<table>
<tr>
<td><font SIZE="3" COLOR="#FFFFFF" FACE="Helvetica, Arial"><b>Erreur 404 - Fichier non trouvé!</b></font></td>
</tr>
</table>
<hr SIZE="1" COLOR="#FFFFFF">
</td>
</tr>
<tr>
<td><br><br><br>
<center>
<center>
<font COLOR="#000000" SIZE="2" FACE="Helvetica, Arial"><b><u>L'erreur suivante c'est produite :</u></b></font>
</center>
<font COLOR="#000000" SIZE="2" FACE="Helvetica, Arial"><b></b></font>
</center>
<br></td>
</tr>
<tr>
<td BGCOLOR="#FFFFFF">
<center>
<p><font COLOR="#000000" SIZE="2" FACE="Helvetica, Arial"><br>
L'URL requise n'a pu etre trouvée sur ce serveur.</font></p>
<p><font COLOR="#000000" SIZE="2" FACE="Helvetica, Arial">Merci de vérifier l'URL ou de contacter le Webmaster.</font></p>
</center>
<hr SIZE="1" WIDTH="90%">
<center>
<font SIZE="1" COLOR="#000000" FACE="Verdana, Arial">powered by <a HREF="http://www.ispconfig.org">ISPConfig</a></font>
</center>
</td>
</tr>
</table>
</center>
</body>
</html>