forked from yanhaijing/fis3-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwap.html
33 lines (26 loc) · 1013 Bytes
/
wap.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="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"/>
<meta name="apple-mobile-web-app-capable" content="no" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="颜海镜">
<title>wap_fis3 base</title>
<link rel="apple-touch-icon-precomposed" href="" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="" />
<link rel="stylesheet" href="modules/css/common.scss">
<!--STYLE_PLACEHOLDER-->
</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>