-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (38 loc) · 1.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>AliceInBrewland | A lot can happen over a coffee</title>
<link href="styles.css" rel="stylesheet" type="text/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=Montserrat:wght@100;400;900&family=Oswald:wght@400;500&family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@300&display=swap"
rel="stylesheet">
</head>
<body>
<div class="banner">
<div class="navbar">
<img src="https://tremento.com/wp-content/uploads/2021/08/Alice-in-Brewland-colored.png" class="logo"
width="20" height="100">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Menu</a></li>
<li><a href="#">Cafes</a></li>
<li><a href="#">Brands</a></li>
<li><a href="#">Contact us</a></li>
</ul>
</div>
<div class="content">
<h1>Alice In BrewLand</h1>
<p>Cafe Style Coffee.<br>
Anytime.<br>
Anywhere.</p>
<div>
<button type="button"><span></span>Shop now</button>
</div>
</div>
</div>
</body>
</html>