This repository has been archived by the owner on Oct 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
pafadsfge.html
86 lines (76 loc) · 1.92 KB
/
pafadsfge.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
<!doctype html>
<html>
<head>
<meta charset="utf8" />
<style type="text/css">
html, body {
margin: 0;
border: 0;
padding: 0;
height: 100%;
width: 100%;
background-size: cover;
}
.container {
width: 80%;
margin: 0 auto;
padding: 0;
height:100%;
}
.page {
margin: 5%;
backgroud: white;
color: #ff0844;
text-align: center;
align-content: center;
border: 1px solid #ff0844;
box-shadow: 0px 0px 5px 5px grey;
min-height: 80%;
}
.logo {
white-space: pre-wrap;
}
.name {
font-family: 'Montserrat', sans-serif;
line-height: 1.5;
}
.ginhton:hover:after {
content: ' -- 赵鹏';
font-size: 150%;
}
.account:hover:after {
content: ' -- Real Name in Own Language';
font-size: 150%;
}
</style>
</head>
<body>
<!--
__ __ __ __ __ ____ __
/ / / /____ _ _____ / /__ / /_ ____ / /_ ___ _____ / __/___ _____ / /_
/ /_/ // __ `// ___// //_// __// __ \ / __ \ / _ \ / ___// /_ / _ \ / ___// __/
/ __ // /_/ // /__ / ,< / /_ / /_/ // /_/ // __// / / __// __/(__ )/ /_
/_/ /_/ \__,_/ \___//_/|_| \__/ \____//_.___/ \___//_/ /_/ \___//____/ \__/
i just want a t-shirt AND some stickers at this point
-->
<div class="container">
<div class="page">
<h2> I JUST WANT A T-SHIRT !! </h2>
<!-- this logo comes from the index.html -->
<pre class="logo">
__ __ __ __ __ ____ __
/ / / /____ _ _____ / /__ / /_ ____ / /_ ___ _____ / __/___ _____ / /_
/ /_/ // __ `// ___// //_// __// __ \ / __ \ / _ \ / ___// /_ / _ \ / ___// __/
/ __ // /_/ // /__ / ,< / /_ / /_/ // /_/ // __// / / __// __/(__ )/ /_
/_/ /_/ \__,_/ \___//_/|_| \__/ \____//_.___/ \___//_/ /_/ \___//____/ \__/
</pre>
<div class="account name">
Account
</div>
<div class="ginhton name">
Ginhton
</div>
</div>
</div>
</body>
</html>