-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path500.php
executable file
·54 lines (45 loc) · 2.45 KB
/
500.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Sukey 500 Error</title>
<style type="text/css">
body {
font-family: Arial;
text-align: center;
}
div {
display: inline-block;
text-align: left;
}
</style>
</head>
<body>
<h1>Sukey</h1>
<div><pre>
.--.__ _____________________________________
.~ (@) ~~~---_ / \
{ `-_~,,,,,,) | Something is wrong with the server |
{ (_ ', | |
~ . = _', < But I am a dinosaur and that |
~- '. =-' | means nothing to me. |
~ : | |
. _,.-~ (''); | I can't even talk. |
'. .-~ \ \ ; \_____________________________________/
':-_ _.--~ \ \; _-=,.
~-:-.__ _.-~ { '---- _'-=,.
~-._~--._ __.-~ ~---------=,.`
~~-._~~-----~~~~~~ .+++~~~~~~~~-__ /
~-.,____ { - + } _/
~~-.______{_ _ -=\ / /_.~
: ~--~ // / ..-
: / / // / ((
: / / { `-------,. ))
: / ''=--------. }o
.=._________,' ) ))
) _________ -'' ~~
/ / _ _
(_.-.'O'-'.
</pre></div>
<p>There has been an internal server error when accessing this page. Everything else is probably working so <a href="/">click over here to go home.</a></p>
</body>
</html>