Create payment.html
This commit is contained in:
parent
4a066d690e
commit
f5eb8a3d61
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-au">
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
background-color: #9D9A99;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" href="template.css">
|
||||
<title>Tiptoe Sole 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">
|
||||
|
||||
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue