-
Notifications
You must be signed in to change notification settings - Fork 0
/
top-rated-downtown-boba.html
17 lines (17 loc) · 1.19 KB
/
top-rated-downtown-boba.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: Tibear<br>
<a href="https://maps.google.com/maps/dir//Tibear+1938+Shattuck+Ave.+Berkeley,+CA+94704/@37.8731545,-122.2686801,16z/data=!4m5!4m4!1m0!1m2!1m1!1s0x80857f3c49f424e3:0xa2a4bcd92e798c62">Take me there!</a></div>
<div class="google-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3149.4501364291486!2d-122.26868009999998!3d37.873154500000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80857f3c49f424e3%3A0xa2a4bcd92e798c62!2sTibear!5e0!3m2!1sen!2sus!4v1695978295785!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</body>
</html>