From 5f5fa631013417dd4c9010e3b12084f3bd805895 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 1 Jul 2012 13:18:47 +0100 Subject: Transfer current state of netsurfweb as a fresh line of history --- errors/404.en | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ errors/406.php | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 107 insertions(+) create mode 100644 errors/404.en create mode 100644 errors/406.php (limited to 'errors') diff --git a/errors/404.en b/errors/404.en new file mode 100644 index 0000000..b0b5409 --- /dev/null +++ b/errors/404.en @@ -0,0 +1,55 @@ + + + +NetSurf | 404 Error + + + + + + + + + +
+ + + +

Error 404: Not found

+ +

Sorry, the page you're looking for doesn't exist. Try one of the links below or use the site search facility.

+ +
+
NetSurf homepage
+
Introduction to NetSurf and project summary
+
Downloads
+
Download the NetSurf web browser
+
Documentation
+
User information, user guides and developer information
+
Developer area
+
Information for contributors to the project and developers
+
Webmaster area
+
Information for webmasters
+
Contact us
+
All the details you need to get in touch
+
+ + + + +
+ + +
+ +
+ + + \ No newline at end of file diff --git a/errors/406.php b/errors/406.php new file mode 100644 index 0000000..f8cd231 --- /dev/null +++ b/errors/406.php @@ -0,0 +1,52 @@ + + +Language Negotiation Failure + +

Language Negotiation Failure

+

A problem occurred when finding the requested file in your +language. Please email james@semichrome.net quoting the following +so that the problem can be rectified.

+

REQUEST_URI: {$_SERVER["REQUEST_URI"]}
+Accept-Language: {$_SERVER["HTTP_ACCEPT_LANGUAGE"]}

+ + +END; +} + +?> -- cgit v1.2.3