forked from Darylxyx/JavaScript-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 839 Bytes
/
index.html
File metadata and controls
25 lines (24 loc) · 839 Bytes
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
<!DOCTYPE html>
<html>
<head lang="en">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="Cache-Control " content="no-cache,must-revalidate">
<meta name="description" content="">
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
<title>瀑布流</title>
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./wf/wf.css">
</head>
<body>
<div class="container">
<div class="banner">
<p class="guide">点击这里切换类型</p>
</div>
<div class="content"></div>
<div class='load-more'>加载更多</div>
</div>
</body>
<script src="./wf/wf.js"></script>
<script src="./js/index.js"></script>
</html>