-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.php
executable file
·45 lines (38 loc) · 1.8 KB
/
404.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
<!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 404 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>
_______________________________
. . . . . . . .---_--. / \
,,,_,_;_)_)_)_)_)_)_)_ //! (#) _\ | Sorry, that page wasn't found |
,,,--___= = = = = = = = =\ // ) `. | |
,,;====/ ) ___.-/-/-/-/./ \___// ( ( ) ==\ < I blame the meteors |
,,;=''''( _/-\__\_ ( ( ( ( `.___.' `--------' \_______________________________/
,,;='' _- || \ \_ \ \ \ \ -- \\
,,;=='' _- || \__) \ \ \ \ ))
,,;==''' _- / | / ) \\ //
,,,,,,;==''' (_( | | \\/
--<======''' ( ) | | (_)
'''''' / / | | ||\\
(_( (_| || \\
\ \ \_\_ )) \\
\_\___ \_\____ '' ))
(___\\ (___\\ ''
</pre></div>
<p>This page doesn't exist. We really hope this wasn't our fault. Luckily, <a href="/">you can still click over here to go home.</a></p>
</body>
</html>