summaryrefslogtreecommitdiff
path: root/public/404.html
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-28 19:40:54 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-28 19:40:54 +0200
commitc873cf81f61d644639b459b2fde1267a41050bc1 (patch)
tree6326a177a96b0cad56d3b22d3cf469f716723c74 /public/404.html
parentd8f825ef009d10fe03674989239e3a26e21fff36 (diff)
downloadgitlab-ce-c873cf81f61d644639b459b2fde1267a41050bc1.tar.gz
Restyled error messages in common way. Added title to head partial
Diffstat (limited to 'public/404.html')
-rw-r--r--public/404.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/public/404.html b/public/404.html
index 3e56e52cc18..867f193a98f 100644
--- a/public/404.html
+++ b/public/404.html
@@ -7,9 +7,8 @@
<body>
<h1>404</h1>
- <div>
- <h2>The page you were looking for doesn't exist.</h2>
- <p>You may have mistyped the address or the page may have moved.</p>
- </div>
+ <h3>The page you were looking for doesn't exist.</h3>
+ <hr/>
+ <p>You may have mistyped the address or the page may have moved.</p>
</body>
</html>