generated from EsriDevEvents/ds-2024-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (17 loc) · 938 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="https://unpkg.com/@esri/arcgis-rest-portal@4.0.3/dist/bundled/portal.umd.min.js"></script>
<script src="https://unpkg.com/@esri/arcgis-rest-feature-service@4.0.3/dist/bundled/feature-service.umd.min.js"></script>
<script src="https://unpkg.com/@esri/arcgis-rest-geocoding@4.0.2/dist/bundled/geocoding.umd.min.js"></script>
<script src="https://unpkg.com/@esri/arcgis-rest-routing@4.0.3/dist/bundled/routing.umd.min.js"></script>
<script src="https://unpkg.com/@esri/arcgis-rest-demographics@4.0.2/dist/bundled/demographics.umd.min.js"></script>
<script src="https://unpkg.com/@esri/arcgis-rest-request@4.0.3/dist/bundled/request.umd.min.js"></script>
</head>
<body>
</body>
</html>