-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (98 loc) · 2.38 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
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>牛逼.PLUS</title>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="description" content="牛逼PLUS - 牛牛牛!!!">
<meta name="keywords" content="niubi.plus,牛++">
<link rel="icon" type="image/png" href="favicon.ico">
<style type="text/css">
html,
body {
margin: 0;
padding: 0;
height: 100%;
}
html {
font-size: 6.9444vw;
--domain-len: 7;
}
@media screen and (min-width: 1440px) {
html {
font-size: 100px;
}
}
body {
font-size: 16px;
line-height: 1.5;
letter-spacing: 1px;
background-color: #3357db;
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
background-image: url(SharedScreenshot.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 100%;
}
.wrap {
margin: 0 10%;
}
h1 {
margin: 0 0 0 -.6vw;
font-size: calc(80vw / var(--domain-len));
font-weight: bolder;
word-break: break-all;
line-height: 1;
}
a,
a:visited {
color: #fff;
text-decoration: none;
border-bottom: 1px solid rgba(255, 255, 255, .5);
padding: 0 0 2px;
}
p {
font-size: .22rem;
margin: .2rem 0 0 0;
}
sup {
font-size: .5em;
}
address {
margin: 2rem 0 0;
font-size: .14rem;
font-style: normal;
}
@media(orientation: portrait) and (max-width: 640px) {
html {
font-size: 13.3333vw;
}
h1 {
font-size: calc((100vw - 20%) / var(--domain-len) * 1.2618);
}
p {
margin: 1rem 0 0;
font-size: .44rem;
}
p i {
display: block;
}
address {
font-size: .24rem;
}
}
</style>
</head>
<body cz-shortcut-listen="true">
<div class="wrap">
<h1>niubi.plus</h1>
<p>the domain name <i></i>is <strong>not for sale</strong>,<i></i> just to show<sup>(秀)</sup> show<sup>(秀)</sup>.
</p>
<address>©2018 - 2021 <a href="https:/blog.zwying.com/">Veen Zhao</a><br><br><a href="https://beian.miit.gov.cn/"
target="_blank"> 京ICP备17025554号-5</a></address>
</div>
</body>
</html>