Update payment.html
This commit is contained in:
parent
b30d5c571d
commit
be80e213ac
10
payment.html
10
payment.html
|
@ -7,12 +7,19 @@
|
|||
}
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" href="template.css">
|
||||
<title>Tiptoe Sole Store</title>
|
||||
<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."
|
||||
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>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
@ -20,4 +27,5 @@
|
|||
<hr color="black">
|
||||
<ul>
|
||||
<p>The payment gateway is under construction. When complete, PayPal will handle all of our payments.</a></p>
|
||||
<p>There is a moneyback gurantee of 30 days where if you are not satisfied with the final product, there will be a no questions asked
|
||||
|
||||
|
|
Loading…
Reference in New Issue