30 lines
833 B
HTML
30 lines
833 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-au">
|
|
<head>
|
|
|
|
</head title>
|
|
<body>
|
|
|
|
<ul>
|
|
<li><a class="active" href="index.html">Home</a></li>
|
|
<li><a href="contactus.html">Contact</a></li>
|
|
<li><a href="aboutus.html">About</a></li>
|
|
<li><a href="payments.html">Payments</a></li>
|
|
<li><a href="Products.html">Products</a></li>
|
|
<li><a href="policies.html">Policies</a></li>
|
|
|
|
</ul>
|
|
|
|
<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="100"
|
|
height="100">
|
|
|
|
</body>
|
|
<h1>TipToe Soles Store</h1>
|
|
<hr>
|
|
|
|
<p>Your message has been sent to our contact team, you will recieve a response soon.</p>
|
|
|