Delete cart.html
This commit is contained in:
parent
0cc90ad294
commit
52101f2031
1 changed files with 0 additions and 43 deletions
43
cart.html
43
cart.html
|
@ -1,43 +0,0 @@
|
||||||
|
|
||||||
<title>cart</title>
|
|
||||||
</head>
|
|
||||||
<body bgcolor="lightgrey">
|
|
||||||
<h1>QuickCook</h1>
|
|
||||||
<table width="90%" align="center" cellpadding="20" bgcolor="lightblue">
|
|
||||||
<tr>
|
|
||||||
<td colspan="5" bgcolor="lightgrey">
|
|
||||||
<a href="bakery.html">Bakery WARE</a>
|
|
||||||
<a href="accessories.html">KITCHENWARE</a>
|
|
||||||
<a href="glasses.html">Glasses</a>
|
|
||||||
<a href="cutlery.html">Cutlery</a>
|
|
||||||
<a href="login.html">Login</a>
|
|
||||||
<a href="register.html">Sign Up</a>
|
|
||||||
<a href="cart.html">Shopping Cart</a>
|
|
||||||
<a href="about.html">About Us</a>
|
|
||||||
<hr width="80%" align="left" />
|
|
||||||
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<marquee behavior="scroll" direction="up" srollamount="30">
|
|
||||||
<a href="accessories.html" title="20% discount"><img src="logo3.jpg" width="100%" length="1000" alt=""/></a></br></br>
|
|
||||||
<a href="regisrer.html" title="sign up"><img src="cook.png" width="100%" length="1000" alt="cook"/></a></br></br>
|
|
||||||
<a href="login.html" title="login"><img src="logo4.gif" width="100%" length="1000" alt=""/></a></br></br>
|
|
||||||
</marquee>
|
|
||||||
|
|
||||||
<hr><br>
|
|
||||||
<a href="bakery.html" title="BAKERY">BAKERY WARE<img src="bakery9.jpeg" width="200" length="200" alt=""/></a>
|
|
||||||
<a href="accessories.html" title="ACCESSORIES">Kitchen ware<img src="stove2.jpeg" width="200" length="200" alt=""/></a>
|
|
||||||
<a href="glasses.html" title="GLASSES">GLASSES<img src="glasses.jpg" width="200" length="200" alt=""/></a>
|
|
||||||
<a href="cutlery.html" title="CUTLERY">CUTLERY<img src="cutery1.jpg" width="200" length="200" alt=""/></a>
|
|
||||||
<br><br><br><form>
|
|
||||||
items purchased</br>
|
|
||||||
<textarea name="comments" id="comments">
|
|
||||||
enter your items here
|
|
||||||
</textarea><br /></br></br>
|
|
||||||
Quantity<input type="text" name="last_name" value="" maxlength="100" /></br></br></br>
|
|
||||||
amount in dollars<input type="text" name="last_name" value="" maxlength="100" /></br></br></br>
|
|
||||||
<input type="submit" value="Submit" />
|
|
||||||
</form>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Add table
Add a link
Reference in a new issue