summaryrefslogtreecommitdiffstats
path: root/templates/404.html
blob: 33271c66463235907aa8e70cde58d8abc5715ef9 (plain)
1
2
3
4
5
6
7
8
9
10
{% 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 %}