-
Notifications
You must be signed in to change notification settings - Fork 0
/
top-rated-southside-ice.html
17 lines (17 loc) · 1.21 KB
/
top-rated-southside-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: Yogurt Park<br>
<a href="https://maps.google.com/maps/dir//Yogurt+Park+2433+Durant+Ave+A+Berkeley,+CA+94704/@37.8678521,-122.2597825,16z/data=!4m5!4m4!1m0!1m2!1m1!1s0x80857c28b33ffc57:0x82083136f5255638">Take me there!</a></div>
<div class="google-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3149.676803262377!2d-122.26236278853268!3d37.86785207184511!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80857c28b33ffc57%3A0x82083136f5255638!2sYogurt%20Park!5e0!3m2!1sen!2sus!4v1695983611483!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</body>
</html>