-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (32 loc) · 1.17 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>WV COVID-19 Map</title>
<meta property="og:site_name" content="WV COVID-19"/>
<!--<meta property="og:image" content="https://www.flickr.com/photos/endogamia/49691315907/in/explore-2020-03-23/">-->
<meta property="og:image" content="http://wvcovid19map.com/wv-covid-19-map.jpg">
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:url" content="http://wvcovid19map.com/">
<style>
.google-maps {
position: relative;
padding-bottom: 75%; /*This is the aspect ratio */
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
</style>
</head>
<body>
<div class="google-maps">
<iframe src="https://www.google.com/maps/d/embed?mid=15xZSfREv7Noecfcg8yCQi4AkXicBqxsc"></iframe>
</div>
</body>
</html>