-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (31 loc) · 1.08 KB
/
Copy pathindex.html
File metadata and controls
34 lines (31 loc) · 1.08 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" />
<title>Donut Web Page</title>
<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=Oooh+Baby&display=swap"
rel="stylesheet"/>
</head>
<body>
<nav class="navbar">
<ul>
<li>HOME</li>
<li>MENU</li>
<li>ABOUT</li>
<li>BOOKTABLE</li>
</ul>
<button class="top-btn btn-now">Order Online</button>
</nav>
<h1>The Donut Shop</h1>
<p class="description">We have a wide variety of donuts, including classic flavours such as<br>
glazed, chocolate, and cinnamon sugar, as well as unique and creative <br>
flavours such as maple bacon, matcha green tea, and blueberry lemon.
</p>
<button class="btn-now">Order Now</button>
<img scr="R.jpg">
</body>
</html>