diff options
author | Cecil <knoppmyth@gmail.com> | 2011-08-03 23:14:05 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-08-03 23:14:05 (GMT) |
commit | 998faf16b1b62493b39aa13b3cb53dfac266ef4c (patch) | |
tree | e39f222ebd2e5ca78211045d1d12ccc02f8c5516 /abs/core/local-website/htdocs/404.html | |
parent | 085e16d501ac72951e7455385cc8af7e90fa02cb (diff) | |
parent | a9c47f145393b31d7f656b14a2952ab6fc6fec58 (diff) | |
download | linhes_pkgbuild-998faf16b1b62493b39aa13b3cb53dfac266ef4c.zip linhes_pkgbuild-998faf16b1b62493b39aa13b3cb53dfac266ef4c.tar.gz linhes_pkgbuild-998faf16b1b62493b39aa13b3cb53dfac266ef4c.tar.bz2 |
Merge branch 'testing' of ssh://cesman@linhes.org/mount/repository/linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/local-website/htdocs/404.html')
-rwxr-xr-x | abs/core/local-website/htdocs/404.html | 58 |
1 files changed, 38 insertions, 20 deletions
diff --git a/abs/core/local-website/htdocs/404.html b/abs/core/local-website/htdocs/404.html index 41219b0..d97de98 100755 --- a/abs/core/local-website/htdocs/404.html +++ b/abs/core/local-website/htdocs/404.html @@ -1,25 +1,43 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> - <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> - <meta content="Cecil Watson" name="author"> - <title>LinHES 404</title> - <!-- Generated by: /usr/local/bin/rrd_Configure.sh --> - <link href="/KnoppMyth.css" rel="stylesheet" type="text/css" /> - <p align="center"><a href="http://www.mysettopbox.tv"> - <img src="/header.png" alt="Tux with a Remote" align="middle" border="0"></a> - </p> - <table align="center" border="0" cellpadding="5"> - <tbody> - <tr> - <td style="vertical-align: top;"> - <p class="headerimage" align="center"><b>The Linux Home Entertainment System Release 6</b></p> - <p align=center> -<font size="+2">OOPS</font><br> -<font size="+1"> The page you requested is missing!<br> + <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> - </tbody> - </table> + </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> |