-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
404.html
41 lines (41 loc) · 994 Bytes
/
404.html
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="KoolshareMonitor" content="KoolshareMonitor Tag">
<title>404 Not Found</title>
<style type="text/css">
<!--
.t {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #CC0000;
}
.c {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #000000;
line-height: 18px;
text-align: center;
border: 1px solid #CCCCCC;
background-color: #FFFFEC;
}
body {
background-color: #FFFFFF;
margin-top: 100px;
}
-->
</style>
</head>
<body>
<div align="center">
<h2><span class="t">404 Not Found</span></h2>
<table border="0" cellpadding="8" cellspacing="0" width="460">
<tbody>
<tr>
<td class="c">The requested URL was not found on this server.</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>