forked from umbchackers/umbchackers.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap.html
More file actions
32 lines (25 loc) · 798 Bytes
/
map.html
File metadata and controls
32 lines (25 loc) · 798 Bytes
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
<html>
<head>
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>HackUMBC Fall 2017 Map</title>
<style type="text/css">
html {
margin: 0;
height: 100%;
overflow: hidden;
}
iframe {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
border: 0;
}
</style>
</head>
<body>
<iframe width="100%" height="100%" frameborder="0" src="https://widgets.scribblemaps.com/sm/?d&l&gc&mc&lat=39.25508442296065&lng=-76.71308387514648&vz=17&type=hybrid&ti&s&width=1000&height=1000&id=m6ddSbcEWj" style="border:0; max-width: 100%;" allowfullscreen></iframe>
</body>
</html>