-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (74 loc) · 3.49 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
<!doctype html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no"/>
<meta name="renderer" content="webkit"/>
<meta name="force-rendering" content="webkit"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<script src="assets/anime.js"></script>
<link rel="stylesheet" href="assets/anime.css">
<link rel="shortcut icon" href="https://assets.zhnet.co.uk/img/edited/full-black/square-logo-only.png" type="image/x-icon">
<meta name="keywords" content="LIR, LIR Services,Local Internet Registry, RIPE NCC,RIPE LIR,IPv6,IPv6 Addresses,IPv6 Blocks,IPv6 Leasing,IPv6 Rental">
<meta name="description" content="Local Internet Registry Services LIR - Register your own ASN / IP prefixes from UPSTREAM NETWORK LTD ( RIPE NCC )">
<meta property="og:title" content="UPSTREAM NETWORK LTD(LIR)">
<meta property="og:type" content="website">
<meta property="og:url" content=" https://lir.zhnet.co.uk/">
<meta property="og:image" content=" https://assets.zhnet.co.uk/img/upstream-rectangle.png">
<meta property="og:description" content="Local Internet Registry Services LIR - Register your own ASN / IP prefixes from ASH Internet Services ( RIPE NCC )." />
<style>
.container {
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
}
.descr-top {
position: absolute;
top: 10%;
left: 50%;
transform: translate(-50%, -50%);
}
.descr-end {
position: absolute;
top: 85%;
left: 50%;
transform: translate(-50%, -50%);
}
h1 {
font-size: 80px; /* 默认字体大小 */
font-family:Arial;
font-weight:lighter;
}
@media (max-width: 768px) {
h1 {
font-size:55px; /* 在屏幕宽度小于等于 768px 时应用的字体大小 */
}
}
@media (max-width: 480px) {
h1 {
font-size: 40px; /* 在屏幕宽度小于等于 480px 时应用的字体大小 */
}
}
.center-text {
text-align: center;
}
.bold-text {
font-weight: bold; /* 设置字体加粗 */
}
@font-face {
font-family: opensauce; /* 字体名称 */
src: url('assets/opensauce-ttf/OpenSauceSans-Light.ttf') format('truetype'); /* 字体文件路径和格式 */
}
#custom-text {
font-family: opensauce, Arial, sans-serif; /* 使用自定义字体,如果未加载成功,则使用备用字体 */
}
</style>
<title>UPSTREAM NETWORK LTD(LIR)</title>
</head>
<body style="background-color: #1c1c1c;">
<p style="letter-spacing: 2px;" class="descr-top center-text"><font size="3px" id="custom-text" color="white">RIPE NCC MEMBER - UK.ZHNET</font></p>
<h1 class="container center-text"><span class="bold-text"><font id="custom-text" color="#9179FA">LIR</span> Services</font></br><font color="white">UPSTREAM</font></h1>
<p style="letter-spacing: 2px; line-height: 1.5;"class="descr-end center-text"><font size="4px" id="custom-text" color="white">Local Internet Registry Services - Register your own ASN / IP prefixes from UPSTREAM Internet Services ( RIPE NCC )</br></br>[email protected]</br>UPSTREAM NETWORK LTD</font></p>
</body>
</html>