-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (30 loc) · 988 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
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RESTURANT</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<a href="index.html">Home</a>
<a href="foods.html">Foods</a>
<a href="grocery.html">Grocery</a>
<a href="aboutus.html">About</a>
<h3>Our Food Menu</h3>
<a href="burger.html">BURGERS</a>
<a href="barbq.html">BAR B.Q</a>
<a href="chinese.html">CHINESE</a>
<a href="pizza.html">PIZZA</a>
<a href="deals.html">DEALS</a>
<br>
<br>
<img src="burger.jpg" alt="" width="220" height="150">
<img src="barbq.jpg" alt=""height="150"width="180">
<br>
<img src="photo-1585032226651-759b368d7246.jpg" alt="" width="130">
<img src="pizza.jpg" alt="" width="130">
<img src="Chicken_Nuggets.jpg" alt="" width="150">
</body>
</html>