-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (36 loc) · 1.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Website</title>
<link rel="icon" href="../../web developement/pic.jpeg">
</head>
<body>
<h1><u> Our Food Menu</u></h1>
<button><a href="index.html">Burgers</a></button>
<button><a href="bar.b.q.html">Bar.B.Q </a></button>
<button><a href="rice.html">Rice</a></button>
<button><a href="sandwich.html">Sandwich</a></button>
<button><a href="pizza.html">Pizza</a></button>
<h1 id="bur">Burgers</h1>
<ul>
<li>
Zinger Burger---------------------------------------------------- <del>Rs.300</del>/<ins>Rs.240</ins>
</li><br>
<li>Zinger Cheese Burger------------------------------------------ <del>Rs.320</del>/ <ins>Rs.280</ins></li><br>
<li>Chicken Burger------------------------------------------------- <del>Rs.200</del>/ <ins>Rs.150</ins></li>
<br>
<li>Chicken Cheese Burger--------------------------------------- <del>Rs.220</del>/ <ins>Rs.170</ins></li><br>
<li>Beef Burger----------------------------------------------------- <del>Rs.300</del>/ <ins>Rs.250</ins></li>
<br>
<li>Cheese Burger-------------------------------------------------- <del>Rs.400</del>/ <ins>Rs.250</ins></li>
<br>
<li>Ban Kabab------------------------------------------------------ <del>Rs.200</del>/ <ins>Rs.150</ins>
</li>
</ul>
<div style="margin-left: 600px; margin-top:-300px ;">
<img src="https://media.istockphoto.com/id/1473452859/photo/tasty-cheeseburger-glass-of-cola-and-french-fries-on-wooden-tray-close-up.webp?b=1&s=170667a&w=0&k=20&c=AO5BL1L55jnam8yVMVTH0Sj0mnaPNrVaw42q9rgvFps=" alt="">
</div>
</body>
</html>