Skip to content

Commit ce86649

Browse files
committed
updated 404 error handler
1 parent 457d4da commit ce86649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/error/404/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<style type="text/css">
77
body {font-size:14px; color:#777777; font-family:arial; text-align:center; background: black;}
88
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
9-
h2 {color: #DE6C5D; font-family: arial; font-size: 24px; font-weight: bold; letter-spacing: -1px; padding: 40px 0 0 0;}
9+
h2 {color: #ffa000; font-family: arial; font-size: 24px; font-weight: bold; letter-spacing: -1px; padding: 40px 0 0 0;}
1010
p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
1111
div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
1212
a:link {color: #34536A;}
@@ -20,7 +20,7 @@
2020
<h2>Page Not Found</h2>
2121
<img src="/error/vesta.jpg">
2222
<div>
23-
Try start again from <a href="/">home page</a> or go back to <a href="javascript:%20history.go(-1)">previous page</a>
23+
Try start again from <a href="/">start page</a> or go back to <a href="javascript:%20history.go(-1)">previous page</a>
2424
</div>
2525
</body>
2626
</html>

0 commit comments

Comments
 (0)