-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 708 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./style/index.css">
<script src="./js/index.js"></script>
<title>Document</title>
</head>
<body>
<div class="main">
<div class="brief">
<ul>
<li class="github font">GitHub</li>
<li class="name font">何佳宁</li>
<li class="email font">Email: studyforzx@gmail.com</li>
<li class="wechat font">Wechat: HZX-0718</li>
</ul>
</div>
</div>
</body>
</html>