forked from yanhaijing/fis3-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (36 loc) · 1.17 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta content="width=device-width,initial-scale=1.0" name="viewport"/>
<meta content="telephone=no" name="format-detection"/>
<meta content="address=no" name="format-detection"/>
<title>fis3 base</title>
<link rel="stylesheet" href="modules/css/common.scss">
<link rel="stylesheet" href="modules/css/index.scss">
<!--STYLE_PLACEHOLDER-->
</head>
<body>
<div class="container">
<link rel="import" href="modules/html/header/header.html?__inline">
<div class="body">
<ul>
<li>
<a href="pc.html">PC端脚手架</a>
</li>
<li>
<a href="wap.html">移动端脚手架</a>
</li>
<li>
<a href="test.html">这里是测试页面</a>
</li>
<li>
<a href="test-npm.html">这里是测试npm页面</a>
</li>
</ul>
</div>
<link rel="import" href="modules/html/footer/footer.html?__inline">
</div>
<!--SCRIPT_PLACEHOLDER-->
</body>
</html>