@flatjs/evolve 2.0.0-next.1 → 2.0.0-next.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +10 -14
- package/CHANGELOG.md +0 -913
- package/templates/html-plugin/README.md +0 -5
- package/templates/html-plugin/index-dev.html +0 -61
- package/templates/html-plugin/index-inte.html +0 -61
- package/templates/html-plugin/index-inte2.html +0 -61
- package/templates/html-plugin/index-inte3.html +0 -61
- package/templates/html-plugin/index-inte4.html +0 -61
- package/templates/html-plugin/index-me.html +0 -61
- package/templates/html-plugin/index-prod.html +0 -61
- package/templates/html-plugin/index-rc.html +0 -61
- package/templates/html-plugin/index-uat.html +0 -61
- package/templates/main.html +0 -112
- package/templates/module-404.html +0 -43
- package/templates/module.html +0 -81
@@ -1,61 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8" />
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
6
|
-
<meta http-equiv="Expires" content="0" />
|
7
|
-
<meta http-equiv="Pragma" content="no-cache" />
|
8
|
-
<meta http-equiv="Cache-control" content="no-cache" />
|
9
|
-
<meta http-equiv="Cache" content="no-cache" />
|
10
|
-
<meta name="format-detection" content="telephone=no,email=no" />
|
11
|
-
<meta name="apple-mobile-web-app-capable" content="yes" />
|
12
|
-
<meta name="apple-touch-fullscreen" content="yes" />
|
13
|
-
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
14
|
-
<meta
|
15
|
-
name="viewport"
|
16
|
-
content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"
|
17
|
-
/>
|
18
|
-
<title><%= title %></title>
|
19
|
-
|
20
|
-
<% if (headBeforeHtmlTags) { %>
|
21
|
-
<% for (let index = 0; index < headBeforeHtmlTags.length; index++) { %>
|
22
|
-
<%= headBeforeHtmlTags[index] %>
|
23
|
-
<% } %>
|
24
|
-
<% } %>
|
25
|
-
<% if (inlineScripts) { %>
|
26
|
-
<script>
|
27
|
-
<% for (let index = 0; index < inlineScripts.length; index++) { %>
|
28
|
-
<%= inlineScripts[index] %>
|
29
|
-
<% } %>
|
30
|
-
</script>
|
31
|
-
<% } %>
|
32
|
-
<% if (viewport) { %>
|
33
|
-
<script>
|
34
|
-
<%= viewport %>
|
35
|
-
</script>
|
36
|
-
<% } %>
|
37
|
-
<% if (favicon) { %>
|
38
|
-
<link rel="shortcut icon" href="<%= favicon %>" type="image/x-icon" />
|
39
|
-
<link rel="icon" href="<%= favicon %>" type="image/x-icon" />
|
40
|
-
<% } %>
|
41
|
-
<% if (headBeforeStyles) { %>
|
42
|
-
<% for (let index = 0; index < headBeforeStyles.length; index++) { %>
|
43
|
-
<link href="<%= headBeforeStyles[index] %>" rel="stylesheet" />
|
44
|
-
<% } %>
|
45
|
-
<% } %>
|
46
|
-
<% if (headBeforeScripts) { %>
|
47
|
-
<% for (let index = 0; index < headBeforeScripts.length; index++) { %>
|
48
|
-
<script crossorigin="anonymous" src="<%= headBeforeScripts[index]%>"></script>
|
49
|
-
<% } %>
|
50
|
-
<% } %>
|
51
|
-
</head>
|
52
|
-
|
53
|
-
<body>
|
54
|
-
<div id="app"></div>
|
55
|
-
<% if (bodyAfterScripts) { %>
|
56
|
-
<% for (let index = 0; index < bodyAfterScripts.length; index++) { %>
|
57
|
-
<script crossorigin="anonymous" src="<%= bodyAfterScripts[index]%>"></script>
|
58
|
-
<% } %>
|
59
|
-
<% } %>
|
60
|
-
</body>
|
61
|
-
</html>
|
@@ -1,61 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8" />
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
6
|
-
<meta http-equiv="Expires" content="0" />
|
7
|
-
<meta http-equiv="Pragma" content="no-cache" />
|
8
|
-
<meta http-equiv="Cache-control" content="no-cache" />
|
9
|
-
<meta http-equiv="Cache" content="no-cache" />
|
10
|
-
<meta name="format-detection" content="telephone=no,email=no" />
|
11
|
-
<meta name="apple-mobile-web-app-capable" content="yes" />
|
12
|
-
<meta name="apple-touch-fullscreen" content="yes" />
|
13
|
-
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
14
|
-
<meta
|
15
|
-
name="viewport"
|
16
|
-
content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"
|
17
|
-
/>
|
18
|
-
<title><%= title %></title>
|
19
|
-
|
20
|
-
<% if (headBeforeHtmlTags) { %>
|
21
|
-
<% for (let index = 0; index < headBeforeHtmlTags.length; index++) { %>
|
22
|
-
<%= headBeforeHtmlTags[index] %>
|
23
|
-
<% } %>
|
24
|
-
<% } %>
|
25
|
-
<% if (inlineScripts) { %>
|
26
|
-
<script>
|
27
|
-
<% for (let index = 0; index < inlineScripts.length; index++) { %>
|
28
|
-
<%= inlineScripts[index] %>
|
29
|
-
<% } %>
|
30
|
-
</script>
|
31
|
-
<% } %>
|
32
|
-
<% if (viewport) { %>
|
33
|
-
<script>
|
34
|
-
<%= viewport %>
|
35
|
-
</script>
|
36
|
-
<% } %>
|
37
|
-
<% if (favicon) { %>
|
38
|
-
<link rel="shortcut icon" href="<%= favicon %>" type="image/x-icon" />
|
39
|
-
<link rel="icon" href="<%= favicon %>" type="image/x-icon" />
|
40
|
-
<% } %>
|
41
|
-
<% if (headBeforeStyles) { %>
|
42
|
-
<% for (let index = 0; index < headBeforeStyles.length; index++) { %>
|
43
|
-
<link href="<%= headBeforeStyles[index] %>" rel="stylesheet" />
|
44
|
-
<% } %>
|
45
|
-
<% } %>
|
46
|
-
<% if (headBeforeScripts) { %>
|
47
|
-
<% for (let index = 0; index < headBeforeScripts.length; index++) { %>
|
48
|
-
<script crossorigin="anonymous" src="<%= headBeforeScripts[index]%>"></script>
|
49
|
-
<% } %>
|
50
|
-
<% } %>
|
51
|
-
</head>
|
52
|
-
|
53
|
-
<body>
|
54
|
-
<div id="app"></div>
|
55
|
-
<% if (bodyAfterScripts) { %>
|
56
|
-
<% for (let index = 0; index < bodyAfterScripts.length; index++) { %>
|
57
|
-
<script crossorigin="anonymous" src="<%= bodyAfterScripts[index]%>"></script>
|
58
|
-
<% } %>
|
59
|
-
<% } %>
|
60
|
-
</body>
|
61
|
-
</html>
|
@@ -1,61 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8" />
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
6
|
-
<meta http-equiv="Expires" content="0" />
|
7
|
-
<meta http-equiv="Pragma" content="no-cache" />
|
8
|
-
<meta http-equiv="Cache-control" content="no-cache" />
|
9
|
-
<meta http-equiv="Cache" content="no-cache" />
|
10
|
-
<meta name="format-detection" content="telephone=no,email=no" />
|
11
|
-
<meta name="apple-mobile-web-app-capable" content="yes" />
|
12
|
-
<meta name="apple-touch-fullscreen" content="yes" />
|
13
|
-
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
14
|
-
<meta
|
15
|
-
name="viewport"
|
16
|
-
content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"
|
17
|
-
/>
|
18
|
-
<title><%= title %></title>
|
19
|
-
|
20
|
-
<% if (headBeforeHtmlTags) { %>
|
21
|
-
<% for (let index = 0; index < headBeforeHtmlTags.length; index++) { %>
|
22
|
-
<%= headBeforeHtmlTags[index] %>
|
23
|
-
<% } %>
|
24
|
-
<% } %>
|
25
|
-
<% if (inlineScripts) { %>
|
26
|
-
<script>
|
27
|
-
<% for (let index = 0; index < inlineScripts.length; index++) { %>
|
28
|
-
<%= inlineScripts[index] %>
|
29
|
-
<% } %>
|
30
|
-
</script>
|
31
|
-
<% } %>
|
32
|
-
<% if (viewport) { %>
|
33
|
-
<script>
|
34
|
-
<%= viewport %>
|
35
|
-
</script>
|
36
|
-
<% } %>
|
37
|
-
<% if (favicon) { %>
|
38
|
-
<link rel="shortcut icon" href="<%= favicon %>" type="image/x-icon" />
|
39
|
-
<link rel="icon" href="<%= favicon %>" type="image/x-icon" />
|
40
|
-
<% } %>
|
41
|
-
<% if (headBeforeStyles) { %>
|
42
|
-
<% for (let index = 0; index < headBeforeStyles.length; index++) { %>
|
43
|
-
<link href="<%= headBeforeStyles[index] %>" rel="stylesheet" />
|
44
|
-
<% } %>
|
45
|
-
<% } %>
|
46
|
-
<% if (headBeforeScripts) { %>
|
47
|
-
<% for (let index = 0; index < headBeforeScripts.length; index++) { %>
|
48
|
-
<script crossorigin="anonymous" src="<%= headBeforeScripts[index]%>"></script>
|
49
|
-
<% } %>
|
50
|
-
<% } %>
|
51
|
-
</head>
|
52
|
-
|
53
|
-
<body>
|
54
|
-
<div id="app"></div>
|
55
|
-
<% if (bodyAfterScripts) { %>
|
56
|
-
<% for (let index = 0; index < bodyAfterScripts.length; index++) { %>
|
57
|
-
<script crossorigin="anonymous" src="<%= bodyAfterScripts[index]%>"></script>
|
58
|
-
<% } %>
|
59
|
-
<% } %>
|
60
|
-
</body>
|
61
|
-
</html>
|
@@ -1,61 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8" />
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
6
|
-
<meta http-equiv="Expires" content="0" />
|
7
|
-
<meta http-equiv="Pragma" content="no-cache" />
|
8
|
-
<meta http-equiv="Cache-control" content="no-cache" />
|
9
|
-
<meta http-equiv="Cache" content="no-cache" />
|
10
|
-
<meta name="format-detection" content="telephone=no,email=no" />
|
11
|
-
<meta name="apple-mobile-web-app-capable" content="yes" />
|
12
|
-
<meta name="apple-touch-fullscreen" content="yes" />
|
13
|
-
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
14
|
-
<meta
|
15
|
-
name="viewport"
|
16
|
-
content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"
|
17
|
-
/>
|
18
|
-
<title><%= title %></title>
|
19
|
-
|
20
|
-
<% if (headBeforeHtmlTags) { %>
|
21
|
-
<% for (let index = 0; index < headBeforeHtmlTags.length; index++) { %>
|
22
|
-
<%= headBeforeHtmlTags[index] %>
|
23
|
-
<% } %>
|
24
|
-
<% } %>
|
25
|
-
<% if (inlineScripts) { %>
|
26
|
-
<script>
|
27
|
-
<% for (let index = 0; index < inlineScripts.length; index++) { %>
|
28
|
-
<%= inlineScripts[index] %>
|
29
|
-
<% } %>
|
30
|
-
</script>
|
31
|
-
<% } %>
|
32
|
-
<% if (viewport) { %>
|
33
|
-
<script>
|
34
|
-
<%= viewport %>
|
35
|
-
</script>
|
36
|
-
<% } %>
|
37
|
-
<% if (favicon) { %>
|
38
|
-
<link rel="shortcut icon" href="<%= favicon %>" type="image/x-icon" />
|
39
|
-
<link rel="icon" href="<%= favicon %>" type="image/x-icon" />
|
40
|
-
<% } %>
|
41
|
-
<% if (headBeforeStyles) { %>
|
42
|
-
<% for (let index = 0; index < headBeforeStyles.length; index++) { %>
|
43
|
-
<link href="<%= headBeforeStyles[index] %>" rel="stylesheet" />
|
44
|
-
<% } %>
|
45
|
-
<% } %>
|
46
|
-
<% if (headBeforeScripts) { %>
|
47
|
-
<% for (let index = 0; index < headBeforeScripts.length; index++) { %>
|
48
|
-
<script crossorigin="anonymous" src="<%= headBeforeScripts[index]%>"></script>
|
49
|
-
<% } %>
|
50
|
-
<% } %>
|
51
|
-
</head>
|
52
|
-
|
53
|
-
<body>
|
54
|
-
<div id="app"></div>
|
55
|
-
<% if (bodyAfterScripts) { %>
|
56
|
-
<% for (let index = 0; index < bodyAfterScripts.length; index++) { %>
|
57
|
-
<script crossorigin="anonymous" src="<%= bodyAfterScripts[index]%>"></script>
|
58
|
-
<% } %>
|
59
|
-
<% } %>
|
60
|
-
</body>
|
61
|
-
</html>
|
@@ -1,61 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8" />
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
6
|
-
<meta http-equiv="Expires" content="0" />
|
7
|
-
<meta http-equiv="Pragma" content="no-cache" />
|
8
|
-
<meta http-equiv="Cache-control" content="no-cache" />
|
9
|
-
<meta http-equiv="Cache" content="no-cache" />
|
10
|
-
<meta name="format-detection" content="telephone=no,email=no" />
|
11
|
-
<meta name="apple-mobile-web-app-capable" content="yes" />
|
12
|
-
<meta name="apple-touch-fullscreen" content="yes" />
|
13
|
-
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
14
|
-
<meta
|
15
|
-
name="viewport"
|
16
|
-
content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"
|
17
|
-
/>
|
18
|
-
<title><%= title %></title>
|
19
|
-
|
20
|
-
<% if (headBeforeHtmlTags) { %>
|
21
|
-
<% for (let index = 0; index < headBeforeHtmlTags.length; index++) { %>
|
22
|
-
<%= headBeforeHtmlTags[index] %>
|
23
|
-
<% } %>
|
24
|
-
<% } %>
|
25
|
-
<% if (inlineScripts) { %>
|
26
|
-
<script>
|
27
|
-
<% for (let index = 0; index < inlineScripts.length; index++) { %>
|
28
|
-
<%= inlineScripts[index] %>
|
29
|
-
<% } %>
|
30
|
-
</script>
|
31
|
-
<% } %>
|
32
|
-
<% if (viewport) { %>
|
33
|
-
<script>
|
34
|
-
<%= viewport %>
|
35
|
-
</script>
|
36
|
-
<% } %>
|
37
|
-
<% if (favicon) { %>
|
38
|
-
<link rel="shortcut icon" href="<%= favicon %>" type="image/x-icon" />
|
39
|
-
<link rel="icon" href="<%= favicon %>" type="image/x-icon" />
|
40
|
-
<% } %>
|
41
|
-
<% if (headBeforeStyles) { %>
|
42
|
-
<% for (let index = 0; index < headBeforeStyles.length; index++) { %>
|
43
|
-
<link href="<%= headBeforeStyles[index] %>" rel="stylesheet" />
|
44
|
-
<% } %>
|
45
|
-
<% } %>
|
46
|
-
<% if (headBeforeScripts) { %>
|
47
|
-
<% for (let index = 0; index < headBeforeScripts.length; index++) { %>
|
48
|
-
<script crossorigin="anonymous" src="<%= headBeforeScripts[index]%>"></script>
|
49
|
-
<% } %>
|
50
|
-
<% } %>
|
51
|
-
</head>
|
52
|
-
|
53
|
-
<body>
|
54
|
-
<div id="app"></div>
|
55
|
-
<% if (bodyAfterScripts) { %>
|
56
|
-
<% for (let index = 0; index < bodyAfterScripts.length; index++) { %>
|
57
|
-
<script crossorigin="anonymous" src="<%= bodyAfterScripts[index]%>"></script>
|
58
|
-
<% } %>
|
59
|
-
<% } %>
|
60
|
-
</body>
|
61
|
-
</html>
|
@@ -1,61 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8" />
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
6
|
-
<meta http-equiv="Expires" content="0" />
|
7
|
-
<meta http-equiv="Pragma" content="no-cache" />
|
8
|
-
<meta http-equiv="Cache-control" content="no-cache" />
|
9
|
-
<meta http-equiv="Cache" content="no-cache" />
|
10
|
-
<meta name="format-detection" content="telephone=no,email=no" />
|
11
|
-
<meta name="apple-mobile-web-app-capable" content="yes" />
|
12
|
-
<meta name="apple-touch-fullscreen" content="yes" />
|
13
|
-
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
14
|
-
<meta
|
15
|
-
name="viewport"
|
16
|
-
content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"
|
17
|
-
/>
|
18
|
-
<title><%= title %></title>
|
19
|
-
|
20
|
-
<% if (headBeforeHtmlTags) { %>
|
21
|
-
<% for (let index = 0; index < headBeforeHtmlTags.length; index++) { %>
|
22
|
-
<%= headBeforeHtmlTags[index] %>
|
23
|
-
<% } %>
|
24
|
-
<% } %>
|
25
|
-
<% if (inlineScripts) { %>
|
26
|
-
<script>
|
27
|
-
<% for (let index = 0; index < inlineScripts.length; index++) { %>
|
28
|
-
<%= inlineScripts[index] %>
|
29
|
-
<% } %>
|
30
|
-
</script>
|
31
|
-
<% } %>
|
32
|
-
<% if (viewport) { %>
|
33
|
-
<script>
|
34
|
-
<%= viewport %>
|
35
|
-
</script>
|
36
|
-
<% } %>
|
37
|
-
<% if (favicon) { %>
|
38
|
-
<link rel="shortcut icon" href="<%= favicon %>" type="image/x-icon" />
|
39
|
-
<link rel="icon" href="<%= favicon %>" type="image/x-icon" />
|
40
|
-
<% } %>
|
41
|
-
<% if (headBeforeStyles) { %>
|
42
|
-
<% for (let index = 0; index < headBeforeStyles.length; index++) { %>
|
43
|
-
<link href="<%= headBeforeStyles[index] %>" rel="stylesheet" />
|
44
|
-
<% } %>
|
45
|
-
<% } %>
|
46
|
-
<% if (headBeforeScripts) { %>
|
47
|
-
<% for (let index = 0; index < headBeforeScripts.length; index++) { %>
|
48
|
-
<script crossorigin="anonymous" src="<%= headBeforeScripts[index]%>"></script>
|
49
|
-
<% } %>
|
50
|
-
<% } %>
|
51
|
-
</head>
|
52
|
-
|
53
|
-
<body>
|
54
|
-
<div id="app"></div>
|
55
|
-
<% if (bodyAfterScripts) { %>
|
56
|
-
<% for (let index = 0; index < bodyAfterScripts.length; index++) { %>
|
57
|
-
<script crossorigin="anonymous" src="<%= bodyAfterScripts[index]%>"></script>
|
58
|
-
<% } %>
|
59
|
-
<% } %>
|
60
|
-
</body>
|
61
|
-
</html>
|
@@ -1,61 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8" />
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
6
|
-
<meta http-equiv="Expires" content="0" />
|
7
|
-
<meta http-equiv="Pragma" content="no-cache" />
|
8
|
-
<meta http-equiv="Cache-control" content="no-cache" />
|
9
|
-
<meta http-equiv="Cache" content="no-cache" />
|
10
|
-
<meta name="format-detection" content="telephone=no,email=no" />
|
11
|
-
<meta name="apple-mobile-web-app-capable" content="yes" />
|
12
|
-
<meta name="apple-touch-fullscreen" content="yes" />
|
13
|
-
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
14
|
-
<meta
|
15
|
-
name="viewport"
|
16
|
-
content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"
|
17
|
-
/>
|
18
|
-
<title><%= title %></title>
|
19
|
-
|
20
|
-
<% if (headBeforeHtmlTags) { %>
|
21
|
-
<% for (let index = 0; index < headBeforeHtmlTags.length; index++) { %>
|
22
|
-
<%= headBeforeHtmlTags[index] %>
|
23
|
-
<% } %>
|
24
|
-
<% } %>
|
25
|
-
<% if (inlineScripts) { %>
|
26
|
-
<script>
|
27
|
-
<% for (let index = 0; index < inlineScripts.length; index++) { %>
|
28
|
-
<%= inlineScripts[index] %>
|
29
|
-
<% } %>
|
30
|
-
</script>
|
31
|
-
<% } %>
|
32
|
-
<% if (viewport) { %>
|
33
|
-
<script>
|
34
|
-
<%= viewport %>
|
35
|
-
</script>
|
36
|
-
<% } %>
|
37
|
-
<% if (favicon) { %>
|
38
|
-
<link rel="shortcut icon" href="<%= favicon %>" type="image/x-icon" />
|
39
|
-
<link rel="icon" href="<%= favicon %>" type="image/x-icon" />
|
40
|
-
<% } %>
|
41
|
-
<% if (headBeforeStyles) { %>
|
42
|
-
<% for (let index = 0; index < headBeforeStyles.length; index++) { %>
|
43
|
-
<link href="<%= headBeforeStyles[index] %>" rel="stylesheet" />
|
44
|
-
<% } %>
|
45
|
-
<% } %>
|
46
|
-
<% if (headBeforeScripts) { %>
|
47
|
-
<% for (let index = 0; index < headBeforeScripts.length; index++) { %>
|
48
|
-
<script crossorigin="anonymous" src="<%= headBeforeScripts[index]%>"></script>
|
49
|
-
<% } %>
|
50
|
-
<% } %>
|
51
|
-
</head>
|
52
|
-
|
53
|
-
<body>
|
54
|
-
<div id="app"></div>
|
55
|
-
<% if (bodyAfterScripts) { %>
|
56
|
-
<% for (let index = 0; index < bodyAfterScripts.length; index++) { %>
|
57
|
-
<script crossorigin="anonymous" src="<%= bodyAfterScripts[index]%>"></script>
|
58
|
-
<% } %>
|
59
|
-
<% } %>
|
60
|
-
</body>
|
61
|
-
</html>
|
@@ -1,61 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8" />
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
6
|
-
<meta http-equiv="Expires" content="0" />
|
7
|
-
<meta http-equiv="Pragma" content="no-cache" />
|
8
|
-
<meta http-equiv="Cache-control" content="no-cache" />
|
9
|
-
<meta http-equiv="Cache" content="no-cache" />
|
10
|
-
<meta name="format-detection" content="telephone=no,email=no" />
|
11
|
-
<meta name="apple-mobile-web-app-capable" content="yes" />
|
12
|
-
<meta name="apple-touch-fullscreen" content="yes" />
|
13
|
-
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
14
|
-
<meta
|
15
|
-
name="viewport"
|
16
|
-
content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"
|
17
|
-
/>
|
18
|
-
<title><%= title %></title>
|
19
|
-
|
20
|
-
<% if (headBeforeHtmlTags) { %>
|
21
|
-
<% for (let index = 0; index < headBeforeHtmlTags.length; index++) { %>
|
22
|
-
<%= headBeforeHtmlTags[index] %>
|
23
|
-
<% } %>
|
24
|
-
<% } %>
|
25
|
-
<% if (inlineScripts) { %>
|
26
|
-
<script>
|
27
|
-
<% for (let index = 0; index < inlineScripts.length; index++) { %>
|
28
|
-
<%= inlineScripts[index] %>
|
29
|
-
<% } %>
|
30
|
-
</script>
|
31
|
-
<% } %>
|
32
|
-
<% if (viewport) { %>
|
33
|
-
<script>
|
34
|
-
<%= viewport %>
|
35
|
-
</script>
|
36
|
-
<% } %>
|
37
|
-
<% if (favicon) { %>
|
38
|
-
<link rel="shortcut icon" href="<%= favicon %>" type="image/x-icon" />
|
39
|
-
<link rel="icon" href="<%= favicon %>" type="image/x-icon" />
|
40
|
-
<% } %>
|
41
|
-
<% if (headBeforeStyles) { %>
|
42
|
-
<% for (let index = 0; index < headBeforeStyles.length; index++) { %>
|
43
|
-
<link href="<%= headBeforeStyles[index] %>" rel="stylesheet" />
|
44
|
-
<% } %>
|
45
|
-
<% } %>
|
46
|
-
<% if (headBeforeScripts) { %>
|
47
|
-
<% for (let index = 0; index < headBeforeScripts.length; index++) { %>
|
48
|
-
<script crossorigin="anonymous" src="<%= headBeforeScripts[index]%>"></script>
|
49
|
-
<% } %>
|
50
|
-
<% } %>
|
51
|
-
</head>
|
52
|
-
|
53
|
-
<body>
|
54
|
-
<div id="app"></div>
|
55
|
-
<% if (bodyAfterScripts) { %>
|
56
|
-
<% for (let index = 0; index < bodyAfterScripts.length; index++) { %>
|
57
|
-
<script crossorigin="anonymous" src="<%= bodyAfterScripts[index]%>"></script>
|
58
|
-
<% } %>
|
59
|
-
<% } %>
|
60
|
-
</body>
|
61
|
-
</html>
|
@@ -1,61 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8" />
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
6
|
-
<meta http-equiv="Expires" content="0" />
|
7
|
-
<meta http-equiv="Pragma" content="no-cache" />
|
8
|
-
<meta http-equiv="Cache-control" content="no-cache" />
|
9
|
-
<meta http-equiv="Cache" content="no-cache" />
|
10
|
-
<meta name="format-detection" content="telephone=no,email=no" />
|
11
|
-
<meta name="apple-mobile-web-app-capable" content="yes" />
|
12
|
-
<meta name="apple-touch-fullscreen" content="yes" />
|
13
|
-
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
14
|
-
<meta
|
15
|
-
name="viewport"
|
16
|
-
content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"
|
17
|
-
/>
|
18
|
-
<title><%= title %></title>
|
19
|
-
|
20
|
-
<% if (headBeforeHtmlTags) { %>
|
21
|
-
<% for (let index = 0; index < headBeforeHtmlTags.length; index++) { %>
|
22
|
-
<%= headBeforeHtmlTags[index] %>
|
23
|
-
<% } %>
|
24
|
-
<% } %>
|
25
|
-
<% if (inlineScripts) { %>
|
26
|
-
<script>
|
27
|
-
<% for (let index = 0; index < inlineScripts.length; index++) { %>
|
28
|
-
<%= inlineScripts[index] %>
|
29
|
-
<% } %>
|
30
|
-
</script>
|
31
|
-
<% } %>
|
32
|
-
<% if (viewport) { %>
|
33
|
-
<script>
|
34
|
-
<%= viewport %>
|
35
|
-
</script>
|
36
|
-
<% } %>
|
37
|
-
<% if (favicon) { %>
|
38
|
-
<link rel="shortcut icon" href="<%= favicon %>" type="image/x-icon" />
|
39
|
-
<link rel="icon" href="<%= favicon %>" type="image/x-icon" />
|
40
|
-
<% } %>
|
41
|
-
<% if (headBeforeStyles) { %>
|
42
|
-
<% for (let index = 0; index < headBeforeStyles.length; index++) { %>
|
43
|
-
<link href="<%= headBeforeStyles[index] %>" rel="stylesheet" />
|
44
|
-
<% } %>
|
45
|
-
<% } %>
|
46
|
-
<% if (headBeforeScripts) { %>
|
47
|
-
<% for (let index = 0; index < headBeforeScripts.length; index++) { %>
|
48
|
-
<script crossorigin="anonymous" src="<%= headBeforeScripts[index]%>"></script>
|
49
|
-
<% } %>
|
50
|
-
<% } %>
|
51
|
-
</head>
|
52
|
-
|
53
|
-
<body>
|
54
|
-
<div id="app"></div>
|
55
|
-
<% if (bodyAfterScripts) { %>
|
56
|
-
<% for (let index = 0; index < bodyAfterScripts.length; index++) { %>
|
57
|
-
<script crossorigin="anonymous" src="<%= bodyAfterScripts[index]%>"></script>
|
58
|
-
<% } %>
|
59
|
-
<% } %>
|
60
|
-
</body>
|
61
|
-
</html>
|