-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.prod.html
32 lines (28 loc) · 983 Bytes
/
index.prod.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>
<meta charset="UTF-8">
<title>init page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,height=device-height,inital-scale=1.0,maximum-scale=1.0, minimun-scale=1.0,user-scalable=no;">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<script type="text/javascript" src="static/js/auto_rem.js"></script>
<link rel="stylesheet" href="static/css/style.css" />
</head>
<body>
<div id="app">
</div>
<!-- body bottom scripts -->
<!-- loading-app:start -->
<script src="system.js"></script>
<script src="jspm.config.js"></script>
<script src="vendor.prod.js"></script>
<script>
// load main module of your app with SystemJS
SystemJS.import('app.js');
</script>
<!-- loading-app:end -->
</body>
</html>