-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (23 loc) · 1015 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
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Ben Wiz's travelmap.">
<link ref="canonical" href="https://benwiz.com/travelmap">
<title>Travelmap | Ben Wiz</title>
<link rel="shortcut icon" href="assets/hat.png" type="image/x-icon">
</head>
<body>
<iframe src="https://www.arcgis.com/apps/instant/basic/index.html?appid=14f2f6bce05a4eacbb242c359bd7b8ea"
width="100vw"
height="100vh"
<!-- style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;" -->
frameborder="0"
style="border:0"
allowfullscreen>
iFrames are not supported on this page.
</iframe>
</body>
</html>