This repository was archived by the owner on Jan 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
executable file
·67 lines (59 loc) · 1.69 KB
/
Copy patherror.html
File metadata and controls
executable file
·67 lines (59 loc) · 1.69 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Year4000 - ::STATUS:: Error</title>
<link rel="shortcut icon" href="https://cdn.year4000.net/favicon.ico" />
<style type="text/css">
@import url("https://fonts.googleapis.com/css?family=Ubuntu");
body {
margin: 10% auto 0;
width: 400px;
font-family: Ubuntu;
font-size: 14px;
line-height: 1.5;
}
code {
color: #666;
font-style: italic;
}
div {
min-height: 100px;
min-width: 400px;
max-width: 500px;
padding: 25px;
border: 1px solid #666;
background: #EFEFEF;
}
div p, div img {
float: left;
}
div p {
width: 250px;
overflow: hidden;
}
div ul, div h3 {
clear: both;
}
div h1 {
border-bottom: 1px solid #666;
padding: 0px;
margin: 0px;
}
div img {
width: 100px;
padding-right: 25px;
}
</style>
</head>
<body>
<div>
<img src="https://cdn.year4000.net/img/logo_square.png" />
<h1>::STATUS:: Error</h1>
<p>
There was an error processing the requested url:
<code>::URI::</code>
</p>
</div>
</body>
</html>