evorepo/templates/404.html
Thayer Williams dd9f1e3e91 Updated error page semantics
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:43 -05:00

11 lines
277 B
HTML

{% extends "base.html" %}
{% block title %}Arch Linux - Page Not Found{% endblock %}
{% block content %}
<div id="error-page" class="box 404">
<h2>404 - Page Not Found</h2>
<p>Sorry, the page you've requested does not exist.</p>
</div>
{% endblock %}