mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
updated 404 error handler
This commit is contained in:
parent
457d4daec6
commit
ce86649246
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
<style type="text/css">
|
||||
body {font-size:14px; color:#777777; font-family:arial; text-align:center; background: black;}
|
||||
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
|
||||
h2 {color: #DE6C5D; font-family: arial; font-size: 24px; font-weight: bold; letter-spacing: -1px; padding: 40px 0 0 0;}
|
||||
h2 {color: #ffa000; font-family: arial; font-size: 24px; font-weight: bold; letter-spacing: -1px; padding: 40px 0 0 0;}
|
||||
p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
|
||||
div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
|
||||
a:link {color: #34536A;}
|
||||
|
@ -20,7 +20,7 @@
|
|||
<h2>Page Not Found</h2>
|
||||
<img src="/error/vesta.jpg">
|
||||
<div>
|
||||
Try start again from <a href="/">home page</a> or go back to <a href="javascript:%20history.go(-1)">previous page</a>
|
||||
Try start again from <a href="/">start page</a> or go back to <a href="javascript:%20history.go(-1)">previous page</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue