-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.22 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.22 KB
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
<!doctype html>
<html>
<head>
<title>Canton Resistance</title>
<meta charset="UTF-8">
<meta name="description" content="欢迎加入泛广州反抗军,我们的自由岌岌可危。">
<meta name="keywords" content="ingress, canton, guangzhou, 广州, resistance, 蓝军, 反抗军, 抵抗军, pokemon go">
<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1" />
<meta name="theme-color" content="#000000"/>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div class="separator">
<div class="left"></div>
<div class="center"></div>
<div class="right"></div>
</div>
<div class="wrapper">
<div class="container">
<div class="content">
<img src="logo.png" alt="Canton Resistance" class="logo">
<h1 class="slogan">我们的自由岌岌可危</h1>
<a href="https://forms.gle/YUpKCVueuU5qdYLL8" class="ingress-button">加入我们</a>
<a href="https://docs.google.com/document/d/1axrOoxfVuTbs5SyHPQePCrpcUWbCkxXeP6BgeF75EWQ/edit?usp=sharing" class="ingress-button">教程 [Prime]</a>
<a href="https://docs.google.com/document/d/1f2UFjHu2_mYuzu7RZVXVNl3ei04Vk35RzWTLINk0UH4/edit?usp=sharing" class="ingress-button">教程 [REDACTED]</a>
</div>
</div>
</div>
</body>
</html>