-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (44 loc) · 1.27 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>公告</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #ff0000
}
</style>
</head>
<body>
<div class="container">
<h2>請注意</h2>
<ul>
<li>
您現在正在使用中國大陸、朝鮮、古巴、伊朗、俄羅斯或其他被制裁地區的IP位址訪問本站</a>
</li>
<li>
根據相關法律法規,我們拒絕為您提供服務
</li>
<li>
本站遵守香港特別行政區、美國以及英國法律
</li>
<li>
我們尊重不同國家/地區的法律法規,對待一切違法行為零容忍
</li>
</ul>
</div>
</body>
</html>