diff options
Diffstat (limited to 'public/404.html')
-rw-r--r-- | public/404.html | 7 |
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> |