-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (59 loc) · 1.5 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>[DP]</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style type="text/css">
* {
margin: 0px;
}
body {
color: #fff;
background-color: #171717;
}
.wrapper {
font-family: Monospace;
font-size: 14px;
margin: 0 0 0 0;
width: 100%;
}
.header_title {
text-align: center;
width: 555px;
margin-bottom: 10px;
}
.header_nav, .content, .footer {
text-align: left;
width: 555px;
margin-left: 25px;
margin-bottom: 10px;
}
a:link, a:visited, a:active {
text-decoration: none;
color: #0080c0;
}
a:hover {
color: #b3e7ff;
}
</style>
</head>
<body>
<div class="wrapper">
<div class="header_title">
<pre>
<font color="#b3e7ff">______ ______ _ _ </font>
<font color="#66cdff">| _ \ | ___ \ | | | </font>
<font color="#0bafff">| | | |_ __ ___ __ _ _ __ ___ | |_/ / |__ _ __ ___ __ _| | __</font>
<font color="#0080c0">| | | | '__/ _ \/ _` | '_ ` _ \| __/| '_ \| '__/ _ \/ _` | |/ /</font>
<font color="#0080c0">| |/ /| | | __/ (_| | | | | | | | | | | | | | __/ (_| | < </font>
<font color="#0080c0">|___/ |_| \___|\__,_|_| |_| |_\_| |_| |_|_| \___|\__,_|_|\_\</font>
</pre>
</div>
<div class="header_nav">
</div>
<div class="content">
<img src="https://user-images.githubusercontent.com/505875/78365353-98eca580-7584-11ea-9f57-d2072413c9d8.gif" style="height:500px;width:auto;margin-left:90px;" />
</div>
</div>
</body>
</html>