-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (34 loc) · 1.71 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="https://icon.koto.cc/icon/github?id=ArmoLab" type="image/x-icon">
<meta name="description" content="ArmoLab官网,松散的聊天室"/>
<meta name="keywords" content="ArmoLab,armolab,armolab.cc" />
<meta http-equiv="content-language" content="zh-cn" />
<title>ArmoLab</title>
<link rel="stylesheet" type="text/css" href="css/font.css">
<link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="css/button.css">
<link rel="stylesheet" type="text/css" href="css/phone.css">
<link rel="stylesheet" type="text/css" href="css/body.css">
<link rel="stylesheet" type="text/css" href="css/image.css">
<script src="https://static.icy.asia/js/mouseclick.js"></script>
</head>
<body class="bg">
<img src="https://icon.koto.cc/icon/github?id=ArmoLab" alt="ArmoLab" style="border-radius: 50%; width: 200px; height: 200px; display: block; margin: 0 auto;">
<h1 class="pch1"><strong>The Armo Laboratory</strong></h1>
<h3 class="pch3">一个松散的聊天群,仅此而已。</h3>
<p></p>
<p></p>
<div>
<a href="https://github.com/armolab">
<i class="fa fa-github" aria-hidden="true" style="color: white; font-size: xx-large; margin-right: 25px;"></i>
</a>
<a href="https://t.me/armolab">
<i class="fa fa-telegram" aria-hidden="true" style="color: white; font-size: xx-large; margin-right: 25px;">
</i>
</div>
</body>
</html>