blob: d97de98085cd10d610759232b8909f5263f016b1 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<base href="/linhes/">
<title>LinHES - Page Not Found</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex, nofollow">
<link rel="stylesheet" type="text/css" href="/linhes/default/style.css">
<link rel="stylesheet" type="text/css" href="/linhes/default/header.css">
<link rel="stylesheet" type="text/css" href="/linhes/default/menus.css">
<link rel="stylesheet" type="text/css" href="/linhes/default/programming.css">
<link rel="stylesheet" type="text/css" href="/linhes/default/welcome.css">
</head>
<body>
<div id="page_header" style="position:relative; text-align:center;">
<div id="logo_box">
<a id="LinHES_logo" href="/">
<img src="/header.png" alt="Tux with a Remote" class="body">
</a>
</div>
</div>
<table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td colspan="2" class="menu menu_border_t menu_border_b">
<table class="body" width="100%" border="0" cellspacing="2" cellpadding="2">
<td align="center">
<a href="http://linhes.org" <b>The Linux Home Entertainment System Release 7
</td>
</table>
</td>
</tr>
</table>
<p align=center>
<font size="+2">OOPS (404 Error)</font><br>
<font size="+1"> The page you requested is missing!<br>
</body>
</html>
|