-
Notifications
You must be signed in to change notification settings - Fork 0
/
map.html
executable file
·40 lines (30 loc) · 1.2 KB
/
map.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
39
40
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>INECC</title>
<meta name="description" content="INECC">
<meta name="author" content="Komuhn">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/map.css">
</head>
<body class="map">
<h1>map</h1>
<iframe
class="map"
src="https://www.google.com/maps/d/embed?mid=1f7Ie8yCkemP5SDLkCW0dM9Cq5xo4hGTG¢er=20.5937%2C78.9629"
allowfullscreen
></iframe>
<iframe
class="map"
src="https://www.google.com/maps/embed/v1/view?zoom=5¢er=20.5937%2C78.9629&key=AIzaSyBUUotNl8o5QMeCAqJzTRf2X5RGkWOkzd0"
allowfullscreen
></iframe>
<img src="https://maps.googleapis.com/maps/api/staticmap?center=India&zoom=5&size=1200x800&maptype=roadmap
&markers=color:blue%7Clabel:S%7C22.26352,81.63192&markers=color:green%7Clabel:G%7C40.711614,-74.012318
&markers=color:red%7Clabel:C%7C40.718217,-73.998284
&key=AIzaSyBUUotNl8o5QMeCAqJzTRf2X5RGkWOkzd0" alt="">
<a href="https://www.google.com/maps/d/edit?mid=1f7Ie8yCkemP5SDLkCW0dM9Cq5xo4hGTG&ll=19.904613402278876%2C77.63853516532492&z=6">Map</a>
</body>
</html>