forked from codetriage/CodeTriage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
63 lines (51 loc) · 1.1 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<title>404 Not Found</title>
<style type="text/css">
body {
background-color: #fff;
color: #666;
text-align: center;
font-family: arial, sans-serif;
}
div.dialog {
width: 25em;
background-color: #FFF;
padding: 0 4em 2em;
margin: 4em auto 0 auto;
border: 2px solid #ccc;
border-right-color: #999;
border-bottom-color: #999;
}
h1 {
font-size: 48px;
/*color: #f00;*/
line-height: 1.5em;
}
h3 {
font-size: 23.5px;
color: #999;
}
a{
color: #999;
}
a:active {
color: #00F;
}
a:hover {
color: #000;
}
</style>
</head>
<body>
<!-- This file lives in public/404.html -->
<div class="dialog">
<a href="http://www.codetriage.com"><h3>CodeTriage</h3></a>
<h1>404 Not Found</h1>
<p>You may have mistyped the address or the page may have moved.</p>
<a href = "http://www.codetriage.com">Home</a> |
<a href = "http://www.codetriage.com">Repos</a>
</div>
</body>
</html>