-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1001 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Apoorv-Git Shop</title>
<link rel="stylesheet" href="style.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=Poppins&display=swap" rel="stylesheet">
</head>
<body>
<div class="nav">
<a href="#" class="logo">Apoorv Shop</a>
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Contact</a>
</div>
<div class="content">
<div class="container">
<div>
<img src="https://cdn-icons-png.flaticon.com/512/2674/2674087.png">
</div>
<div>
<h2>Big Burger</h2>
<p>Just a very big burger</p>
<p>Price: $10</p>
<button>Add to cart</button>
</div>
</div>
</div>
<div class="footer">
<a href="https://www.flaticon.com/free-icons/burger" title="burger icons">Burger icons created by Freepik - Flaticon</a>
</div>
</body>
</html>