-
Notifications
You must be signed in to change notification settings - Fork 0
/
myorders.html
38 lines (27 loc) · 1.05 KB
/
myorders.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
<html>
<head>
<title>M</title>
<link rel="stylesheet" type="text/css" href="myorders.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>
<a href="index.html"><button class="g">Back</button></a>
<br><br><br><br>
<center><h1>Nothing in Cart</h1></center>
<center><img class="sademoji" src="sademojibg.png" height="400" width="400"></img></center>
<br><br><br><br><br>
</body>
</html>