Delete payments.html
This commit is contained in:
parent
6c71107b9c
commit
c28c12ef05
|
@ -1,34 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en-au">
|
|
||||||
<head>
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
background-color: #9D9A99;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<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.jpg" alt="The TipToe Soles logo, a yellow circle with a black shadow of a foot in socks."
|
|
||||||
width="300"
|
|
||||||
height="300">
|
|
||||||
|
|
||||||
<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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>TipToe Payment Gateway</h1>
|
|
||||||
<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 returns process.</p>
|
|
||||||
<p>This of course DOES NOT prevent you from using your rights under the Australian Consumer Law.</p>
|
|
||||||
|
|
Loading…
Reference in New Issue