-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap.html
More file actions
48 lines (44 loc) · 1.32 KB
/
map.html
File metadata and controls
48 lines (44 loc) · 1.32 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
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Flood project</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<nav class="navbar">
<div class="navbar_container">
<a href="/" id ="navbar_logo"><img src="locationlogo.png" width ="70" /></a>
<div class="navbar_toggle" id="mobile-menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<ul class ="navbar_menu">
<li class="navbar_item">
<a href="/" class="navbar_links"> Homepage </a>
</li>
<li class="navbar_item">
<a href="/description.html" class="navbar_links"> Description </a>
</li>
<li class="navbar_item">
<a href="/map.html" class="navbar_links"> Map </a>
</li>
</ul>
</div>
</nav>
<div id="root"></div>
<script type="module" src="/src/maps.jsx"></script>
</div>
</nav>
<br>
<br>
<br>
<a href="https://www.arcgis.com/apps/mapviewer/index.html?webmap=19e51f6ccd60497e8de2cfa4b0199b0e" >
<img src="ARCGIS-pic.png" style="transform: translate(250px,0px);" width ="900" />
</a>
<br>
<br>
<br>
</body>
</html>