openstack-manuals/www/errorpage.html
Andreas Jaeger 2753a57882 Add initial custom error page for new server
With the new server, we can use our own 404 server page, use it to
document to the older server (once it's setup).

this page will only be shown on the new server and should inform about
the archived content. Since the name of the archived site is not
specified yet, it uses docs.o.o.

Change-Id: I400038e52189479909720c55838dc05910e6509c
2016-10-19 07:08:09 +00:00

20 lines
727 B
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<p>Note that this server was set up recently and does not contain any
OpenStack content published before October 2016. Historic
documentation content
is available from <a href="http://docs.openstack.org/">the
archived docs.openstack.org site</a>.
<!-- Note: This above URL needs changing once we switch over
to the new site -->
<p>In case you find missing content, feel free
to <a href="https://bugs.launchpad.net/openstack-manuals/+filebug">report
a bug</a>.
<p>Go back to the <a href="/">main OpenStack documentation site.</p>
</body>
</html>