-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
22 lines (22 loc) · 830 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1.0 maximum-scale=1.0"/>
<link rel="icon" href="./assets/favicon.ico" sizes="32x32" type="image/vnd.microsoft.icon">
<title class="application-title"></title>
<!-- SURVEY123 JS API -->
<script src="https://survey123.arcgis.com/api/jsapi"></script>
<!-- APPLICATION -->
<link rel="stylesheet" type="text/css" href="./css/application.css">
<script type="module" src="./js/Application.js"></script>
</head>
<body>
<div id="main-section">
<div id="survey123-panel" class="panel"></div>
<div id="ookla-panel" class="panel hide">
<iframe id="ookla-container" frameborder="0"></iframe>
</div>
</div>
</body>
</html>