66d9107c6e
It's now one year that we announce major rework - remove that statement. If people hit 404s, it should be reported against the projects itself. Change-Id: I201cd2267d3e77ad39375ebeca14649cf5631eba
50 lines
2.1 KiB
HTML
50 lines
2.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
|
|
<meta charset="utf-8">
|
|
<!-- TEMPLATE_FILE: openstack-manuals/www/{{TEMPLATE_FILE}} -->
|
|
<!-- CSSDIR: {{ CSSDIR }}-->
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>404 Not Found</title>
|
|
{% include 'templates/css.tmpl' %}
|
|
{% block content %}
|
|
<!-- Begin Page Content -->
|
|
<div class="top-docs-wrapper">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-8 col-md-8 col-sm-8">
|
|
<h1>Not Found</h1>
|
|
<p>The requested URL was not found on this server.</p>
|
|
|
|
<p>In case you find missing content, please
|
|
report a bug against the project that has the broken link.
|
|
</p>
|
|
<p>
|
|
<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>
|
|
<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="https://docs.openstack.org">Docs</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- End Page Content -->
|
|
{% endblock content %}
|
|
{% include 'templates/google_analytics.tmpl' %}
|