Delete cart.html

This commit is contained in:
minex54 2017-04-10 16:53:51 +02:00 committed by GitHub
parent 0cc90ad294
commit 52101f2031

View file

@ -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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="accessories.html">KITCHENWARE</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="glasses.html">Glasses</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="cutlery.html">Cutlery</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="login.html">Login</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="register.html">Sign Up</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="cart.html">Shopping Cart</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<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>&nbsp;&nbsp;&nbsp;
<a href="accessories.html" title="ACCESSORIES">Kitchen ware<img src="stove2.jpeg" width="200" length="200" alt=""/></a>&nbsp;&nbsp;&nbsp;
<a href="glasses.html" title="GLASSES">GLASSES<img src="glasses.jpg" width="200" length="200" alt=""/></a>&nbsp;&nbsp;&nbsp;
<a href="cutlery.html" title="CUTLERY">CUTLERY<img src="cutery1.jpg" width="200" length="200" alt=""/></a>&nbsp;&nbsp;&nbsp;
<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>