TiptoeSoleStore/index.html

33 lines
988 B
HTML
Raw Normal View History

2022-10-24 02:08:29 +00:00
<!DOCTYPE html>
<html lang="en-au">
<head>
2022-10-24 02:30:48 +00:00
<style>
body {
background-color: #9D9A99;
}
</style>
2022-10-24 02:08:29 +00:00
<link rel="stylesheet" type="text/css" href="template.css">
2022-10-24 03:47:20 +00:00
<title>TipToe Soles Store</title>
2022-10-24 02:08:29 +00:00
<meta charset="UTF-8">
2022-11-20 22:56:05 +00:00
<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."
2022-10-24 03:18:33 +00:00
width="300"
height="300">
2022-10-25 22:48:30 +00:00
2022-11-01 23:13:49 +00:00
<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>
2022-11-20 22:56:05 +00:00
<a href="policies.html">Policies</a>
2022-10-24 02:08:29 +00:00
</head>
<body>
2022-10-24 03:47:20 +00:00
<h1>TipToe Soles Store</h1>
2022-10-24 02:08:29 +00:00
<hr color="black">
<ul>
2022-10-25 23:24:15 +00:00
<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>
2022-10-25 23:27:20 +00:00
<p>Please use the following menu at the top to navigate around our site.</p>
2022-10-24 03:36:56 +00:00