|
@@ -4,6 +4,7 @@
|
4
|
4
|
<meta charset="utf-8" />
|
5
|
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
6
|
6
|
<meta name="renderer" content="webkit" />
|
|
7
|
+ <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
|
7
|
8
|
<meta
|
8
|
9
|
name="viewport"
|
9
|
10
|
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
|
|
@@ -13,7 +14,7 @@
|
13
|
14
|
rel="stylesheet"
|
14
|
15
|
href="//at.alicdn.com/t/font_1480998_l66fq6mc0y.css"
|
15
|
16
|
/> -->
|
16
|
|
-
|
|
17
|
+
|
17
|
18
|
</head>
|
18
|
19
|
|
19
|
20
|
<body>
|
|
@@ -25,13 +26,13 @@
|
25
|
26
|
<script src="<%= htmlWebpackPlugin.options.path %>/neditor/neditor.service.js"></script>
|
26
|
27
|
<script src="<%= htmlWebpackPlugin.options.path %>/neditor/i18n/zh-cn/zh-cn.js"></script>
|
27
|
28
|
<script src="<%= htmlWebpackPlugin.options.path %>/neditor/neditor.parse.min.js"></script>
|
28
|
|
-
|
|
29
|
+
|
29
|
30
|
<div id="app"></div>
|
30
|
31
|
<!-- built files will be auto injected -->
|
31
|
32
|
<link
|
32
|
33
|
rel="stylesheet"
|
33
|
34
|
href="//at.alicdn.com/t/font_795029_9ftx46rzd47.css"
|
34
|
35
|
/>
|
35
|
|
-
|
|
36
|
+
|
36
|
37
|
</body>
|
37
|
38
|
</html>
|