-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
139 lines (120 loc) · 2.01 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html>
<head>
<title>HTTP status 404</title>
<style>html {
background-color: #000000;
padding-top: 5ch;
padding-bottom: 5ch;
}
body {
margin-left: auto;
margin-right: auto;
width: 80ch;
color: #ffffff;
font-family: monospace;
font-weight: normal;
}
h1 {
padding-top: 1ch;
font-size: 4.5ch;
font-weight: bold;
}
h2 {
font-size: 3ch;
font-weight: bold;
}
h3 {
font-size: 2.5ch;
font-weight: bold;
}
h4, h5, h6 {
font-size: 2ch;
font-weight: bold;
}
li {
margin: 0 auto;
}
td {
margin: 0 auto;
padding: 1ch;
}
table {
margin-left: 1ch;
margin-right: 1ch;
margin-top: 3ch;
margin-bottom: 3ch;
display: block;
overflow-x: scroll;
border-collapse: collapse;
}
tr, td {
border: solid 1px #ffffff;
border-collapse: collapse;
}
p {
text-indent: 4ch;
margin: 0 auto;
}
.footnote {
padding: 1ch;
}
img {
max-height: 100%;
max-width: 100%;
}
a {
color: #00ffff;
}
a:hover {
background-color: #00ffff;
color: #000000;
}
.long-code {
width: 85ch;
margin-right: 1ch;
margin-top: 3ch;
margin-bottom: 3ch;
margin-left: -4ch;
padding: 2ch;
border: 1px solid #ffffff;
white-space: pre-wrap;
tab-size: 6;
}
blockquote {
text-indent: 0ch;
margin: 0 auto;
padding-left: 6ch;
padding-top: 1ch;
padding-bottom: 1ch;
}
.doc-title {
font-size: 7ch;
}
.doc-author, .doc-date {
color: #999999;
font-size: 2.5ch;
}
.doc-license {
color: #999999;
font-size: 2.5ch;
padding-top: 3ch;
}
</style>
</head>
<body>
<div class="doc-title">HTTP status 404</div>
<p>The 404 HTTP status code, Not Found, is returned by the server when you try
to access a resource that does not exist, or under rare circumstances, due to
another server error.</p>
<p>This is probably happening because:</p>
<ul>
<li>You clicked on a link that doesn't exist on tirimid.net anymore</li>
<li>You typed the web address incorrectly and tried to access a page that never
existed on tirimid.net</li>
<li>You tried to access a page which has moved locations in the website's directory
tree
</li>
</ul>
</body>
</html>