-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (39 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>hkr-demo</title>
<base href="/platform/">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<meta http-equiv="Expires" content="0">
<link rel="stylesheet" href="/platform/lib/bootstrap/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="/platform/lib/primeng/themes/omega/theme.css" />
<link rel="stylesheet" type="text/css" href="/platform/lib/primeng/primeng.min.css" />
<link rel="stylesheet" href="/platform/lib/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/platform/css/app.css">
<link rel="stylesheet" href="/platform/lib/lego/quill/quill.bubble.css">
<link rel="stylesheet" href="/platform/lib/lego/quill/quill.core.css">
<link rel="stylesheet" href="/platform/lib/lego/quill/quill.snow.css">
<link rel="stylesheet" href="/platform/lib/lego/imageviewer/viewer.css">
<script src="/platform/lib/lego/quill/quill.core.js" ></script>
<script src="/platform/lib/lego/quill/quill.js" ></script>
<script src="/platform/lib/jquery/jquery.js" ></script>
<script src="/platform/lib/lego/imageviewer/viewer.js" ></script>
<!--<script src="/platform/lib/lego/amap/amap.js" type="text/javascript"></script>-->
<script type="text/javascript" src="http://gosspublic.alicdn.com/aliyun-oss-sdk-4.4.4.min.js"></script>
<script src="http://webapi.amap.com/maps?v=1.3&key=c915d6de8b82b43ea3c19a34b5e1f56c" type="text/javascript"></script>
<script>
//阿里OSS文件服务器javacriptSDK对象实体 liushk
var OSS = OSS.Wrapper;
</script>
</head>
<body >
<app-root></app-root>
<div id="preloader">
<div></div>
</div>
</body>
</html>