Restyled error messages in common way. Added title to head partial
This commit is contained in:
parent
d8f825ef00
commit
c873cf81f6
17 changed files with 56 additions and 113 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue