-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap.html
More file actions
14 lines (14 loc) · 759 Bytes
/
map.html
File metadata and controls
14 lines (14 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Document</title>
</head>
<body>
<div id="map-element">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3915.4634332547885!2d76.98420187355654!3d11.078797153546645!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ba8f7b7271d3d43%3A0x3ddabd72f397bf61!2sKumaraguru%20College%20Of%20Technology%20-%20B%20Block!5e0!3m2!1sen!2sin!4v1726128405806!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</body>
</html>