-
Notifications
You must be signed in to change notification settings - Fork 0
/
top-rated-hills-boba.html
23 lines (23 loc) · 1.3 KB
/
top-rated-hills-boba.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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">
<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">
</head>
<body>
<div class="back-to-home-text">We're sorry, but there are no shops that suit<br>
your preferences in the Berkeley Hills area :(<br>
<a href="intro.html">Try another spot!</a></div>
<div>
<img src="https://scontent-sjc3-1.xx.fbcdn.net/v/t1.6435-9/197730165_4804540612906704_4539584200369906395_n.jpg?_nc_cat=104&ccb=1-7&_nc_sid=a26aad&_nc_ohc=DiM0rSPJF_QAX9tINb_&_nc_ht=scontent-sjc3-1.xx&oh=00_AfA32AxFFHHZqcl1fxB7hw25CPVjqrQWFmGrz_cetu6yVw&oe=6542AE18"
alt="Berkeley Photo"
width="100%">
</div>
</body>
</html>