Update the error page with 404 image from www.openstack.org

- Text remains unchanged, but is styled.

Change-Id: I98e58d17da7cbfd6359e820e510739cbf6ed5a07
This commit is contained in:
Anne Gentle 2016-10-28 12:38:45 +02:00 committed by Anne Gentle
parent d4a93d3421
commit bd3f6754ca

View File

@ -1,19 +1,54 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html><head> <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<title>404 Not Found</title> <head>
</head><body> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
<h1>Not Found</h1> <meta charset="utf-8">
<p>The requested URL was not found on this server.</p> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<p>Note that this server was set up recently and does not contain any <meta name="viewport" content="width=device-width, initial-scale=1">
OpenStack content published before October 2016. Historic <title>404 Not Found</title>
documentation content <!-- CSS in: {{ cssdir }}-->
is available from <a href="http://docs.openstack.org/">the {% include 'templates/css.tmpl' %}
archived docs.openstack.org site</a>. {% block content %}
<!-- Note: This above URL needs changing once we switch over <!-- Begin Page Content -->
to the new site --> <div class="top-docs-wrapper">
<p>In case you find missing content, feel free <div class="container">
to <a href="https://bugs.launchpad.net/openstack-manuals/+filebug">report <div class="row">
a bug</a>. <div class="col-lg-8 col-md-8 col-sm-8">
<p>Go back to the <a href="/">main OpenStack documentation site.</p> <h1>Not Found</h1>
</body> <p>The requested URL was not found on this server.</p>
</html> <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 -->
<a href="/">
<img src="https://www.openstack.org/errors_pages/ui/404/images/404.svg"
onerror="this.onerror=null; this.src=https://www.openstack.org/errors_pages/ui/404/images/404.png" alt="OpenStack 404 Page">
</a>
<p>In case you find missing content, feel free
to <a href="https://bugs.launchpad.net/openstack-manuals/+filebug">report
a bug</a>.
<p>You can always go back to the <a href="/">main OpenStack documentation site.</p>
<p>Or, try one of these instead.
</p>
<div class="four-o-four-links">
<a href="https:/www.openstack.org/software">Software</a>
<a href="https:/www.openstack.org/users">Users</a>
<a href="https:/www.openstack.org/community">Community</a>
<a href="https:/www.openstack.org/marketplace">Marketplace</a>
<a href="https:/www.openstack.org/events">Events</a>
<a href="https:/www.openstack.org/blog">Blog</a>
<a href="http://docs.openstack.org">Docs</a>
</div>
</div>
</div>
</div>
<!-- End Page Content -->
{% endblock content %}
{% include 'templates/google_analytics.tmpl' %}