-
Notifications
You must be signed in to change notification settings - Fork 4
/
404.html
58 lines (58 loc) · 1.32 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>
404
</title>
<style type='text/css'>
<!--
body
{
margin: 4;
background-color: white;
}
p
{
margin: 0;
font-family: Arial, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 14px;
}
.style1 { color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
-->
</style>
</head>
<body>
<div align='center'>
<table width='300' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td width='300' height='50' valign='top'>
</td>
</tr>
<tr>
<td height='520' valign='top'>
<img src='pic/404.jpg' alt='Error Not Found' width='350' height='337' border='0' usemap='#Map' />
</td>
</tr>
<tr>
<td height='14' valign='top'>
<div align='center'>
<span class='style1'>
© Tbdev Installer 09
</span>
</div>
</td>
</tr>
</table>
</div>
<map name='Map' id='Map'>
<area shape='rect' coords='99,425,203,481' alt='Error Not Found' />
</map>
</body>
</html>