TiptoeSoleStore/index.html

36 lines
1013 B
HTML
Raw Permalink Normal View History

2022-12-07 03:10:58 +00:00
<!DOCTYPE html>
<html lang="en-au">
<head>
2023-12-21 14:53:25 +00:00
2022-12-07 03:10:58 +00:00
</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>TipToe Soles is an Australian owned and operated company.</p>
<p>We aim to provide comfortable footwear at affordable prices to customers within Australia and around the world.</p>
<p>Please use the following menu at the top to navigate around our site.</p>