0
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4 <head>
|
|
5 <title>ERROR 404 - Not Found!</title>
|
|
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
7 <meta name="robots" content="noindex" />
|
|
8 <style type="text/css"><!--
|
|
9 body {
|
|
10 color: #444444;
|
|
11 background-color: #EEEEEE;
|
|
12 font-family: 'Trebuchet MS', sans-serif;
|
|
13 font-size: 80%;
|
|
14 }
|
|
15 h1 {}
|
|
16 h2 { font-size: 1.2em; }
|
|
17 #page{
|
|
18 background-color: #FFFFFF;
|
|
19 width: 60%;
|
|
20 margin: 24px auto;
|
|
21 padding: 12px;
|
|
22 }
|
|
23 #header {
|
|
24 padding: 6px ;
|
|
25 text-align: center;
|
|
26 }
|
|
27 .status3xx { background-color: #475076; color: #FFFFFF; }
|
|
28 .status4xx { background-color: #C55042; color: #FFFFFF; }
|
|
29 .status5xx { background-color: #F2E81A; color: #000000; }
|
|
30 #content {
|
|
31 padding: 4px 0 24px 0;
|
|
32 }
|
|
33 #footer {
|
|
34 color: #666666;
|
|
35 background: #f9f9f9;
|
|
36 padding: 10px 20px;
|
|
37 border-top: 5px #efefef solid;
|
|
38 font-size: 0.8em;
|
|
39 text-align: center;
|
|
40 }
|
|
41 #footer a {
|
|
42 color: #999999;
|
|
43 }
|
|
44 --></style>
|
|
45 </head>
|
|
46 <body>
|
|
47 <div id="page">
|
|
48 <div id="header" class="status4xx">
|
|
49 <h1>ERROR 404 - Not Found!</h1>
|
|
50 </div>
|
|
51 <div id="content">
|
|
52 <h2>The following error occurred:</h2>
|
|
53 <p>The requested URL was not found on this server.</p>
|
|
54 <P>Please check the URL or contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p>
|
|
55 </div>
|
|
56 <div id="footer">
|
|
57 <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
|
|
58 </div>
|
|
59 </div>
|
|
60 </body>
|
|
61 </html>
|