wiki/cinder/404.html

14 lines
383 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="row-fluid">
<div id="main-content" class="span12">
<h1 id="404-page-not-found" style="text-align: center">404</h1>
<p style="text-align: center"><strong>Page not found</strong></p>
<p style="text-align: center"><a href="{{ base_url }}">Home</a></p>
</div>
</div>
{% endblock %}