-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (41 loc) · 1.61 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
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="Cache-Control" content="no-siteapp" />
<!-- 启用360浏览器的极速模式(webkit) -->
<meta name="renderer" content="webkit">
<!-- 避免IE使用兼容模式 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="screen-orientation" content="portrait">
<meta name="x5-orientation" content="portrait">
<meta name="full-screen" content="yes">
<meta name="x5-fullscreen" content="true">
<meta name="x5-page-mode" content="app">
<meta name="browsermode" content="application">
<meta name="msapplication-tap-highlight" content="no">
<!-- 关键词 -->
<meta name="keywords" content="我厨">
<!-- 网站内容描述 -->
<meta name="description" content="我厨净菜免洗免切,直接下锅烹饪,有家常菜,餐厅菜,川菜,宝宝餐,蔬菜,汤羹等,当日配送,全程冷鲜,便捷又干净的半成品净菜蔬菜。">
<title>我厨买菜</title>
</head>
<style type="text/css">
#app{
height: 100%;
}
html,body{
margin: 0px;
padding: 0px;
}
</style>
</head>
<body>
<script type="text/javascript" src="../static/js/fontsize.js"></script>
<div id="app" ></div>
<!-- built files will be auto injected -->
<script type="text/javascript" src="../static/js/lockr.min.js"></script>
<script type="text/javascript" src="../static/js/apiBaseUrl.js"></script>
</body>
</html>