forked from yanhaijing/fis3-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pc.html
32 lines (26 loc) · 876 Bytes
/
pc.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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="颜海镜">
<title>pc_fis3 base</title>
<link rel="stylesheet" href="modules/css/common.scss">
<!--STYLE_PLACEHOLDER-->
<script src="lib/es5-shim.js"></script>
<script src="lib/es5-sham.js"></script>
<!--[if lt IE 9]>
<script src="lib/html5-shim.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<link rel="import" href="modules/html/header/header.html?__inline">
<link rel="import" href="modules/html/footer/footer.html?__inline">
</div>
<script src="lib/mod.js"></script>
<!--SCRIPT_PLACEHOLDER-->
</body>
</html>