-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlist.html
33 lines (31 loc) · 1.32 KB
/
list.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>少年馆列表页模板</title>
<!-- SEO优化 -->
<meta name="description" content="" />
<meta name="keywords" content="" />
<!-- 默认使用360极速模式加载 -->
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<!-- 样式引入 -->
<link rel="stylesheet" type="text/css" href="css/common/base.min.css">
<link rel="stylesheet" type="text/css" href="css/list/list.less">
<link rel="stylesheet" type="text/css" href="css/header/heater.less">
<link rel="stylesheet" type="text/css" href="css/header/banner.less">
<link rel="stylesheet" type="text/css" href="css/foot/footer.less">
<link rel="stylesheet" type="text/css" href="css/page//page.less">
</head>
<body>
<link rel="import" href="widget/header/header.html?__inline">
<link rel="import" href="widget/header/banner.html?__inline">
<div class="listMain">
<link rel="import" href="widget/list/listLiftImg.html?__inline">
<link rel="import" href="widget/list/listRight.html?__inline">
<div class="c"></div>
<link rel="import" href="widget/page/page.html?__inline">
</div>
<link rel="import" href="widget/foot/footer.html?__inline">
</body>
</html>