diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 06:13:57 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 06:13:57 (GMT) |
commit | b172f79fadb565ecfbcec9508f9377d8618a4f4c (patch) | |
tree | bf8823b07e3313c3afa000a9b31e4f9a735cb818 /abs/core/local-website/htdocs/404.html | |
parent | f9d54ab7c3853208484e304bc6cf40ab0f79d400 (diff) | |
parent | 5e7027c6194237ca1dc5fcbb3648483a970fb500 (diff) | |
download | linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.zip linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.tar.gz linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core/local-website/htdocs/404.html')
-rwxr-xr-x | abs/core/local-website/htdocs/404.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/abs/core/local-website/htdocs/404.html b/abs/core/local-website/htdocs/404.html new file mode 100755 index 0000000..41219b0 --- /dev/null +++ b/abs/core/local-website/htdocs/404.html @@ -0,0 +1,25 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<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> + </td> + </tr> + </tbody> + </table> +</body> +</html> |