-
Notifications
You must be signed in to change notification settings - Fork 2
/
demo.html
37 lines (35 loc) · 1.31 KB
/
demo.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 lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="./css/font-awesome.min.css">
<link rel="stylesheet" href="./css/common.css">
<title>damoclesX.github.io--王健的前端博客</title>
</head>
<body>
<div class="header">
<div class="box">
<h2><a href="https://damoclesx.github.io/" class="logo">damoclesX</a></h2>
<ul class="nav cl">
<li><a href="./">首页</a></li>
<li><a href="./demo.html">demo预览</a></li>
<li><a href="https://github.com/damoclesX/damoclesX.github.io/issues">文章</a></li>
</ul>
</div>
</div>
<div class="body ">
<div class="loading"></div>
<ul class="demo box" id="list">
</ul>
<ol class="pagination box tac" id="pagination">
</ol>
</div>
<div class="footer">
<p class="tac"><a href="https://github.com/damoclesX" class="cff">damoclesx</a> © with <a href="https://pages.github.com" class="cff">github pages</a></p>
</div>
<script src="js/common.js"></script>
<script src="js/demo.js"></script>
</body>
</html>