summaryrefslogtreecommitdiffstats
path: root/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/404.html')
-rw-r--r--templates/404.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/404.html b/templates/404.html
index 9e389ba..33271c6 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -2,9 +2,9 @@
{% 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>
+ <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 %}