-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·32 lines (32 loc) · 1.39 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
<!DOCTYPE html>
<html>
<head lang="zh-cn">
<meta charset="utf-8">
<meta http-equiv="Access-Control-Allow-Origin" content="*"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<title>GeStore</title>
<meta name="renderer" content="webkit">
<!-- No Baidu Siteapp-->
<meta http-equiv="Cache-Control" content="no-siteapp"/>
<!--<link rel="alternate icon" type="image/png" href="favicon.png">-->
<!--<link rel="apple-touch-icon-precomposed" href="[email protected]">-->
<meta name="apple-mobile-web-app-title" content="GeStore"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- <script src="libs.baidu.com/jquery/1.11.3/jquery.min.js"></script> -->
<script src="cdn.amazeui.org/amazeui/2.5.0/jquery/jquery.min.js"></script>
<script src="cdn.amazeui.org/amazeui/2.5.0/js/amazeui.min.js"></script>
<link rel="stylesheet" href="cdn.amazeui.org/amazeui/2.5.0/css/amazeui.min.css"/>
<link rel="stylesheet" href="dist/common.js.css"/>
<link rel="stylesheet" href="dist/portal.css"/>
</head>
<body>
<router-view></router-view>
<script src="dist/common.js"></script>
<script src="dist/portal.js"></script>
</body>
</html>