-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (41 loc) · 1.65 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<title>见崎美咲</title>
<link rel="icon" href="images/hsl.jpg">
</head>
<body>
<div class="main">
<div id="banner">
<img src="images/firework.jpg" >
</div>
<div id="face">
<img src="images/hsl.jpg">
</div>
<div id="info">
<h3 class="title">见崎美咲</h3>
<p>In solitude , where we are least alone.</p>
</div>
<div id="link">
<li>
<a href="https://weibo.com/u/6883533752" class="iconfont icon-weibo-line"></a>
</li>
<li>
<a href="" class="iconfont icon-qq-line"></a>
</li>
<li>
<a href="https://bgm.tv/user/eofs" class="iconfont icon-bangumi-icon"></a>
</li>
<li>
<a href="https://space.bilibili.com/397924646" class="iconfont icon-bilibili-line"></a>
</li>
<li>
<a href="https://twitter.com/Eofs_791" class="iconfont icon-twitter-line"></a>
</li>
</div>
</div>
</body>
</html>