From dd9f1e3e91db5ede16900fc9257f921b37538410 Mon Sep 17 00:00:00 2001 From: Thayer Williams Date: Tue, 16 Mar 2010 11:19:29 -0700 Subject: Updated error page semantics Signed-off-by: Dan McGee --- templates/404.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/404.html') 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 %} -
-

404 - Page Not Found

- Sorry, the page you've requested does not exist. -
+
+

404 - Page Not Found

+

Sorry, the page you've requested does not exist.

+
{% endblock %} -- cgit v1.2.3-24-g4f1b