blob: 9e389ba9dd327813c4ba2698398c125d2c1b8540 (
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 class="box">
<h2>404 - Page Not Found</h2>
Sorry, the page you've requested does not exist.
</div>
{% endblock %}
|