From bd3f6754cab969189ddb1adabdfd45e87f735ba4 Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Fri, 28 Oct 2016 12:38:45 +0200 Subject: [PATCH] Update the error page with 404 image from www.openstack.org - Text remains unchanged, but is styled. Change-Id: I98e58d17da7cbfd6359e820e510739cbf6ed5a07 --- www/errorpage.html | 73 ++++++++++++++++++++++++++++++++++------------ 1 file changed, 54 insertions(+), 19 deletions(-) diff --git a/www/errorpage.html b/www/errorpage.html index bee68f5b6b..56f303589c 100644 --- a/www/errorpage.html +++ b/www/errorpage.html @@ -1,19 +1,54 @@ - - -404 Not Found - -

Not Found

-

The requested URL was not found on this server.

-

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 the -archived docs.openstack.org site. - -

In case you find missing content, feel free -to report -a bug. -

Go back to the main OpenStack documentation site.

- - + + + + + + + + 404 Not Found + +{% include 'templates/css.tmpl' %} +{% block content %} + +
+ + + +{% endblock content %} +{% include 'templates/google_analytics.tmpl' %}