-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.shtml
86 lines (86 loc) · 1.87 KB
/
404.shtml
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<HTML>
<HEAD>
<TITLE>File Not Found</TITLE>
<META http-equiv = "content-type" content = "text/html; charset=utf-8" />
<META name = "viewport" content = "width=device-width, initial-scale=1.0" />
<STYLE type = "text/css">
body
{
background-color: #eee;
}
body, h1, p
{
font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: normal;
margin: 0;
padding: 0;
text-align: center;
}
.container
{
margin-left: auto;
margin-right: auto;
margin-top: 177px;
max-width: 1170px;
padding-right: 15px;
padding-left: 15px;
}
.row:before, .row:after
{
display: table;
content: " ";
}
.col-md-6
{
width: 50%;
}
.col-md-push-3
{
margin-left: 25%;
}
h1
{
font-size: 48px;
font-weight: 300;
margin: 0 0 20px 0;
}
.lead
{
font-size: 21px;
font-weight: 200;
margin-bottom: 20px;
}
p
{
margin: 0 0 10px;
}
a
{
color: #3282e6;
text-decoration: none;
}
</STYLE>
</HEAD>
<BODY>
<DIV class = "container text-center" id = "error">
<SVG height = "100" width = "100">
<POLYGON points = "50,25 17,80 82,80" stroke-linejoin = "round" style = "fill:none;stroke:#ff8a00;stroke-width:8" />
<TEXT x = "42" y = "74" fill = "#ff8a00" font-family = "sans-serif" font-weight = "900" font-size = "42px">!</TEXT>
</SVG>
<DIV class = "row">
<DIV class = "col-md-12">
<DIV class = "main-icon text-warning">
<SPAN class = "uxicon uxicon-alert"></SPAN>
</DIV>
<H1>File not found (404 error)</H1>
</DIV>
</DIV>
<DIV class = "row">
<DIV class="col-md-6 col-md-push-3">
<P class = "lead">If you think what you're looking for should be here, please contact the site owner.</P>
</DIV>
</DIV>
</DIV>
</BODY>
</HTML>