-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (24 loc) · 963 Bytes
/
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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="快来坐坐">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="kp_logo.png">
<link rel="stylesheet" href="index.css">
<title>ZKPEACE</title>
</head>
<body>
<header class="site-header">
<h1><a>Z<image src="kp_logo.png" width="48.5px" style="margin-left: 3px"></image>EACE</a></h1>
<nav>
<a href="https://kp-z.github.io/blog-cn/home/index.html">INDEX</a>
<a href="https://kp-z.github.io/blog-cn/profile/index.html">PROFILE</a>
</nav>
</header>
<!-- <footer class="icp">鲁ICP备20008114号-1</footer> -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="bootstrapmb.com.js"></script>
</body>
</html>