-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (75 loc) ยท 3.48 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
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="renderer" content="webkit" />
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no">
<meta name="theme-color" content="gray">
<meta name="author" content="LGBTQIA-in-China">
<meta name="description" content="Redirecting to LGBT-CN.ORG">
<meta name="keywords" content="">
<title>Redirecting... - LGBTQIA in China</title>
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Noto+Sans+SC:300|Noto+Serif+SC:300|ZCOOL+KuaiLe|ZCOOL+XiaoWei&display=swap">
<link rel="stylesheet" href="https://at.alicdn.com/t/font_1640253_7ac8t2q6btg.css">
<link rel="stylesheet" href="https://at.alicdn.com/t/font_1912611_olza2ei6vv.css">
<link rel="stylesheet" href="static/css/style.css">
</head>
<body>
<nav>
<div class="nav" id="nav">
<h1 class="nav-title"><i class="iconfont icon-flag"></i> LGBTQIA in China</h1>
</div>
</nav>
<main>
<div id="fullpage">
<!-- equal part -->
<div class="section" id="equal">
<div class="equal-content">
<h1 class="main-title">Redirecting...</h1>
<div class="devider">
<div id="red"> </div>
<div id="orange"> </div>
<div id="yellow"> </div>
<div id="green"> </div>
<div id="blue"> </div>
<div id="purple"> </div>
</div>
<p>ๆไปฌๆญฃๅจ่ฟ็งปๅๅ่ณ <a href="https://lgbt-cn.org">LGBT-CN.ORG</a>ใ
<br>
ๅฐๅจ 5 ็งๅ
่ขซ้ๅฎๅ่ณๆฐๅๅใ
<br>
ๆๅๆญฃๅจๅฐๅ้ท็งป่ณ <a href="https://lgbt-cn.org">LGBT-CN.ORG</a>ใ
<br>
ๅฐๅจ 5 ็งๅ
ง้ๅฎๅ่ณ็ๆฐๅใ
<br>
We are migrating domain to <a href="https://lgbt-cn.org">LGBT-CN.ORG</a>.
<br>
Will be redirected to our new domain in 5 seconds.
</p>
<div class="button-group">
<a href="https://github.com/LGBT-CN/LGBTQIA-in-China" class="button button-github button-margin-right-8px"><i
class="iconfont icon-GitHub"></i> GitHub</a>
<a href="https://t.me/LGBTCN" class="button button-telegram"><i
class="iconfont icon-telegram"></i> Telegram</a>
</div>
</div>
<div class="equal-flag">
<img src="static/img/flag.svg">
</div>
</div>
</div>
</main>
<footer>
<div class="footer">
<p>Copyright © 2021 <a href="https://github.com/LGBT-CN/LGBTQIA-in-China"><i
class="iconfont icon-flag"></i> LGBTQIA in China</a>, All Rights Reserved.</p>
</div>
</footer>
<script type="text/javascript" charset="utf-8">
setTimeout(() => window.location.replace("https://lgbt-cn.org"), 5000);
</script>
</body>
</html>