-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.96 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
<!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=IcyBlue17" type="image/x-icon">
<meta name="description" content="IcyMichiko的社交媒体导航页"/>
<meta name="keywords" content="IcyContact,IcyMichiko,icymichiko.cn,icyblue,icyblue17" />
<meta http-equiv="content-language" content="zh-cn" />
<title>IcyContact</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=IcyBlue17" alt="IcyMichiko" style="border-radius: 50%; width: 200px; height: 200px; display: block; margin: 0 auto;">
<h1 class="pch1"><strong>IcyMichiko</strong></h1>
<h3 class="pch3">青山灼灼,星光杳杳,秋雨淅淅,晚风慢慢。</h3>
<p></p>
<p></p>
<div>
<a href="https://github.com/IcyBlue17">
<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/IcyLiqu1d">
<i class="fa fa-telegram" aria-hidden="true" style="color: white; font-size: xx-large; margin-right: 25px;"></i>
</a>
<a href="https://icymichiko.cn">
<i class="fa fa-external-link" aria-hidden="true" style="color: white; font-size: xx-large; margin-right: 25px;"></i>
</a>
</div>
</body>
</html>