summaryrefslogtreecommitdiff
path: root/errors/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'errors/404.html')
-rw-r--r--errors/404.html55
1 files changed, 55 insertions, 0 deletions
diff --git a/errors/404.html b/errors/404.html
new file mode 100644
index 0000000..b0b5409
--- /dev/null
+++ b/errors/404.html
@@ -0,0 +1,55 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<title>NetSurf | 404 Error</title>
+<link rel="stylesheet" type="text/css" href="/netsurf.css">
+<link rel="icon" type="image/png" href="/webimages/favicon.png">
+</head>
+
+<body>
+<p class="banner"><a href="/"><img src="/netsurf.png" alt="NetSurf"></a></p>
+
+
+
+<div class="onlycontent">
+
+<p class="breadcrumbs"><a href="/">Home</a> » Error: Not found</p>
+
+<h1>Error 404: Not found</h1>
+
+<p>Sorry, the page you're looking for doesn't exist. Try one of the links below or use the site search facility.</p>
+
+<dl>
+<dt><a href="/">NetSurf homepage</a></dt>
+<dd>Introduction to NetSurf and project summary</dd>
+<dt><a href="/downloads/">Downloads</a></dt>
+<dd>Download the NetSurf web browser</dd>
+<dt><a href="/documentation/">Documentation</a></dt>
+<dd>User information, user guides and developer information</dd>
+<dt><a href="/developers/">Developer area</a></dt>
+<dd>Information for contributors to the project and developers</dd>
+<dt><a href="/webmasters/">Webmaster area</a></dt>
+<dd>Information for webmasters</dd>
+<dt><a href="/contact/">Contact us</a></dt>
+<dd>All the details you need to get in touch</dd>
+</dl>
+
+
+<div class="footer">
+<p>Copyright 2003 - 2009 The NetSurf Developers</p>
+</div>
+
+</div>
+
+
+<form method="get" action="http://www.google.co.uk/search">
+<div class="searchbox">
+<input type="hidden" name="q" value="site:netsurf-browser.org">
+<input type="text" name="q" maxlength="255"><br>
+<input type="submit" value="Search" name="btnG">
+</div>
+</form>
+
+</body>
+</html> \ No newline at end of file