TiptoeSoleStore/index.html

32 lines
867 B
HTML
Raw Normal View History

2022-10-24 13:08:29 +11:00
<!DOCTYPE html>
<html lang="en-au">
<head>
2022-10-24 13:30:48 +11:00
<style>
body {
background-color: #9D9A99;
}
</style>
2022-10-24 13:08:29 +11:00
<link rel="stylesheet" type="text/css" href="template.css">
2022-10-24 14:47:20 +11:00
<title>TipToe Soles Store</title>
2022-10-24 13:08:29 +11:00
<meta charset="UTF-8">
2022-10-24 14:47:20 +11:00
<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."
2022-10-24 14:18:33 +11:00
width="300"
height="300">
2022-10-26 09:48:30 +11:00
2022-10-31 14:39:39 +11:00
<div class="topnav">
<a class="active" href="#home">Home</a>
<a href="#contactus">Contact</a>
<a href="#aboutus">About</a>
</div>
2022-10-24 13:08:29 +11:00
</head>
<body>
2022-10-24 14:47:20 +11:00
<h1>TipToe Soles Store</h1>
2022-10-24 13:08:29 +11:00
<hr color="black">
<ul>
2022-10-26 10:24:15 +11: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-26 10:27:20 +11:00
<p>Please use the following menu at the top to navigate around our site.</p>
2022-10-24 14:36:56 +11:00