summaryrefslogtreecommitdiff
path: root/errors/404.html
blob: b0b5409946b6c949d4e475bfcc533c2f9624e051 (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
44
45
46
47
48
49
50
51
52
53
54
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>