-
Notifications
You must be signed in to change notification settings - Fork 0
/
cheap-downtown-ice.html
18 lines (17 loc) · 1.18 KB
/
cheap-downtown-ice.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Major+Mono+Display&family=Urbanist&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="location-text">We recommend: Gadani<br>
<a href="https://maps.google.com/maps/dir//Gadani+139+Berkeley+Sq+Berkeley,+CA+94704/@37.8706731,-122.2680182,16z/data=!4m5!4m4!1m0!1m2!1m1!1s0x80857e9dd3917e19:0xdf0e74388a772184">Take me there!</a></div>
<div class="google-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3149.5562140352995!2d-122.2680182!3d37.8706731!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80857e9dd3917e19%3A0xdf0e74388a772184!2sGadani!5e0!3m2!1sen!2sus!4v1695979249204!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</body>
</html>