-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
122 lines (114 loc) · 3.73 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>File uploader</title>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@800&family=Roboto+Mono&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="https://fu.andcool.ru/favicon.ico">
</head>
<style>
body{
font-family: 'Roboto Mono', monospace;
display: flex;
justify-content: center;
background-color: #222222;
color: #eeeeee;
height: 100%;
overflow-x: hidden;
}
main{
width: 70%;
text-align: left;
}
#main_div{
text-align: center;
}
#second_div{
display: flex;
justify-content: center;
}
h1{
font-family: 'Roboto Mono', monospace;
font-weight: 400;
}
pre{
font-family: 'Roboto Mono', monospace;
font-weight: 400;
font-size: 80%;
text-align: left;
}
hr{
border: 1px solid rgb(105, 105, 105);
}
p{
font-size: 100%;
}
nav a{
cursor: pointer;
color: white;
text-decoration: none;
}
nav a:hover{
font-weight: 600;
text-decoration: underline dashed;
}
#login_mess{
font-style: italic;
}
@media(max-width: 425px){
main{width: 90%;}
h1{font-size: 130%;}
p{font-size: 90%;}
pre{font-size: 50%;}
}
</style>
<body>
<main>
<h1>File uploader</h1>
<nav>
<a href="https://fu.andcool.ru">Home</a>
<a href="https://fu.andcool.ru/tos/" id="login_page_a">ToS</a>
<a href="https://github.com/Andcool-Systems/File-uploader" target="_blank">GitHub</a>
</nav>
<hr>
<p style="margin-top: 0%;font-size: 80%;">by AndcoolSystems</p>
<div id="main_div">
<div id="second_div">
<pre>
.:
!&J
~GP:
!#?
:^:. .!J7.
.JB&@@B~?57. ..:^~!7JY?
.~?:G@@@@B?#@@@&7 ..:^~!7?JJYYY5PG&@#PJ77~
.J#B^!@@@@@&&@@@@@&.!JYYYY55YYJ?!~^~!?Y55J7~!?5B@#
^@@! ^@@@@@@@@@@@@B.^J&#G! .~?Y5Y?!~!JP#@@@@@B
⠀⠀^JYY57!#G ?B@@@@@@@@#5: .7^.~7Y55J!^~7YG&@@@@@@@@@B
Y@#7: .?^ 7G?7?JYY?^. ~55?7J55J7^^~?P#@@@@@@@@@@@#P?^
Y#!5PY7~:. !GPY5Y7. :!J55Y7~:^!JG&@@@@@@@@@@&BY!: :~
Y# .~7JY555YYGBPYJJY55J!::^75B&@@@@@@@@@@#PJ~. .^?P#@#
Y# ..:::^^^^^^.:~?P#@@@@@@@@@@&B57^ :!JG&@@@@@B
Y# P&@@@@@@@@@@&GY!: ^75B&@@@@@@@@@B
Y# .&@@@@@@@#P?~. .~JP#@@@@@@@@@@&B57:
Y# .&@@&B57: :!YG&@@@@@@@@@@&GJ!::~?J
Y# .5J~. .^?5#@@@@@@@@@@@#P?~:^!YG&@@#
Y# 404 .~JG#@@@@@@@@@@&BY7^:^75B@@@@@@@#
Y# .P&@@@@@@@@@@#GJ~::~JP#@@@@@@@@@@@P
Y# .&@@@@@@@B5?^:^!YB&@@@@@@@@@@&GY!:
Y# .&@@&GY!^:~?P#@@@@@@@@@@@#P?~.
Y# .5J~::!JG&@@@@@@@@@@&B57^.
Y# :75B&@@@@@@@@@@#GJ!:
!&! .#@@@@@@@@@@B5?^.
~GP!: .&@@@@@&GY!:
~J55YJ?7!~~^^^^^~!@@#PJ~.
.^~!7??JJJJJJJJ7^.
</pre>
</div>
<p>The file is a lie.</p>
</div>
</main>
</body>
</html>