-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (36 loc) · 1.96 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
44
45
46
47
48
49
50
51
52
53
54
55
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>M</title>
<link rel="stylesheet" type="text/css" href="m.css">
<link rel="icon" href="bgimages (10).png" type="image/x-icon" />
</head>
<body background="images (001).png" >
<center><img src="bgimages (10).png" height="150" width="150"><img/></center>
<!-- MENU -->
<table class="menu" border="3" height="50" width="1510" background="images (2).png">
<tr>
<td>
<a href="index.html"><h16 style="margin: 0; display: inline;">Home</h16></a>
<a href="offers.html"><h17 style="margin: 0; display: inline;">Offers</h17></a>
<a href="myorders.html"><div class="myorders" style="margin: 0; display: inline;"><img src="button3bg.png" height=43" width="195"></img></div></a>
</tr>
</td>
</table>
<!-- MENU -->
<br><br><br>
<a href="pizza.html"><div class="pizza" style="margin: 0; display: inline;"><img src="images (5).jpeg" height="335" width="350"></img></div></a>
<a href="burger.html"><div class="burger" style="margin: 0; display: inline;"><img src="images (1).jpeg" height="335" width="350"></img></div></a>
<br>
<h1 style="margin: 0; display: inline;">PIZZA</h1>
<h2 style="margin: 0; display: inline;">BURGER</h2>
<br><br><br><br><br><br>
<a href="sandwich.html"><div class="sandwich" style="margin: 0; display: inline;"><img style="margin: 0; display: inline;" src="images (13).jpeg" height="335" width="350"></img></div></a>
<a href="beverages.html"><div class="beverages" style="margin: 0; display: inline;"><img style="margin: 0; display: inline;" src="images (16).jpeg" height="340" width="350"></img></div></a>
<br>
<h3 style="margin: 0; display: inline;">SANDWICH</h3>
<h4 style="margin: 0; display: inline;">BEVERAGES</h4>
<br><br><br><br><br><br>
<img class="outlets" src="images (2).png" height="400" width="1500"></img>
</body>
</html>