Update and rename payment.html to payments.html
This commit is contained in:
parent
aee5bc404e
commit
ce856bd80d
|
@ -9,15 +9,17 @@
|
|||
<link rel="stylesheet" type="text/css" href="template.css">
|
||||
<title>TipToe Soles Store</title>
|
||||
<meta charset="UTF-8">
|
||||
<img src="assets/TipToe Soles_Logo_colour.png" alt="The TipToe Soles logo, a yellow circle with a black shadow of a foot in socks."
|
||||
<img src="assets/TipToe_Soles_Logo_colour.jpg" alt="The TipToe Soles logo, a yellow circle with a black shadow of a foot in socks."
|
||||
width="300"
|
||||
height="300">
|
||||
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="contactus.html">Contact Us<a></li>
|
||||
<li><a href="products.html">Products<a></li>
|
||||
<li><a href="payment.html">Payments<a></li>
|
||||
<li><a href="aboutus.html">About Us<a></li>
|
||||
<div class="topnav">
|
||||
<a class="active" href="index.html">Home</a>
|
||||
<a href="contactus.html">Contact</a>
|
||||
<a href="aboutus.html">About</a>
|
||||
<a href="payments.html">Payments</a>
|
||||
<a href="Products.html">Products</a>
|
||||
<a href="policies.html">Policies</a>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue