-
Notifications
You must be signed in to change notification settings - Fork 4
/
index-prod.html
33 lines (29 loc) · 969 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
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
<link rel="stylesheet" href="dist/bundles/can-arcgis/app/app.css">
</head>
<body>
<!--[if lt IE 9]>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/4.1.13/es5-shim.min.js"></script>
<![endif]-->
<script>
//let steal know we've already loaded the main css
steal = {
instantiated: {
"bundles/can-arcgis/app/app.css!steal-css@1.2.5#css": null
}
};
</script>
<script src="dist/steal.production.js" data-main="can-arcgis/index">
steal.import('can-arcgis/index').then(module => {
module.default(null, true);
});
</script>
</body>
</html>