-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (32 loc) · 1.22 KB
/
index.html
File metadata and controls
37 lines (32 loc) · 1.22 KB
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
<html>
<head>
<title>Projet AbaPlans</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="/">
<!-- index.html -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<!-- <link href="./node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> -->
<!-- Third party libraries -->
<!-- load Esri library -->
<!--<script src="//js.arcgis.com/3.18/"></script>
<link rel="stylesheet" href="//js.arcgis.com/3.18/esri/css/esri.css">-->
<script src="https://js.arcgis.com/3.20/" data-dojo-config="async: true"></script>
<!-- This is loaded in touchpad module -->
<!--<script src="https://maps.googleapis.com/maps/api/js" data-dojo-config="async: true"></script>-->
<style>
@page {
size:landscape;
margin: 0mm;
}
</style>
<link rel="stylesheet" href="//js.arcgis.com/3.20/esri/css/esri.css">
<script>
require(["/dist/vendor.bundle.js", "/dist/main.bundle.js"], function (vendor, main) {});
</script>
</head>
<!-- 3. Display the application -->
<body>
<aba-plan>Loading...</aba-plan>
</body>
</html>