mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Removing status code from 404 title Removing status code from 503 title Adding id to 503 error box Indatation fix
8 lines
270 B
HTML
8 lines
270 B
HTML
{% extends 'partials/layout.html' %}
|
|
|
|
{% block pageContent %}
|
|
<div id="error-page" class="box 404">
|
|
<h2>404 - {% trans %}Page Not Found{% endtrans %}</h2>
|
|
<p>{% trans %}Sorry, the page you've requested does not exist.{% endtrans %}</p>
|
|
</div>
|
|
{% endblock %}
|