-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (53 loc) · 2.65 KB
/
Copy pathindex.html
File metadata and controls
65 lines (53 loc) · 2.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>THE SUUHMMARY</title>
<meta name="robots" content="noindex, nofollow">
<style type="text/css">
body {
font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial,
Verdana, sans-serif;
background-color: #f2f2f2;
color: #333;
margin: 0;
padding: 0;
}
footer {
text-align: center;
color: rgb(136, 136, 136);
font-size: 10px !important;
margin-top: 10px;
margin-bottom: 10px;
}
footer a, footer a:active, footer a:visited {
text-decoration: none;
color: rgb(136, 136, 136);
}
footer a:hover {
text-decoration: underline;
}
a, a:active, a:visited {
color: #176fa1;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<center>
<h1>THE suuhmMARY</h1>
<pre>
████████╗██╗ ██╗███████╗ ███████╗██╗ ██╗██╗ ██╗██╗ ██╗███╗ ███╗███╗ ███╗ █████╗ ██████╗ ██╗ ██╗
╚══██╔══╝██║ ██║██╔════╝ ██╔════╝██║ ██║██║ ██║██║ ██║████╗ ████║████╗ ████║██╔══██╗██╔══██╗╚██╗ ██╔╝
██║ ███████║█████╗ ███████╗██║ ██║██║ ██║███████║██╔████╔██║██╔████╔██║███████║██████╔╝ ╚████╔╝
██║ ██╔══██║██╔══╝ ╚════██║██║ ██║██║ ██║██╔══██║██║╚██╔╝██║██║╚██╔╝██║██╔══██║██╔══██╗ ╚██╔╝
██║ ██║ ██║███████╗ ███████║╚██████╔╝╚██████╔╝██║ ██║██║ ╚═╝ ██║██║ ╚═╝ ██║██║ ██║██║ ██║ ██║
╚═╝ ╚═╝ ╚═╝╚══════╝ ╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝
</pre>
<br/><br/>
© 2009-2018 by <a href="https://github.com/suuhm/unblock-proxy.sh">On Github</a>
</center>
</body>
</html>