diff options
author | Thayer Williams <thayerw@gmail.com> | 2010-03-16 11:19:29 -0700 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-05-17 14:49:43 -0500 |
commit | dd9f1e3e91db5ede16900fc9257f921b37538410 (patch) | |
tree | 6a733cb6e05e2cf8ce86a314d7d4f3ddddf4cb91 /templates/404.html | |
parent | 3be33a91a30b349c13191d11f625712352621390 (diff) |
Updated error page semantics
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/404.html')
-rw-r--r-- | templates/404.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/404.html b/templates/404.html index 9e389ba9..33271c66 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 %} |