Update aboutus.html
This commit is contained in:
parent
d82bb9c60f
commit
b30d5c571d
24
aboutus.html
24
aboutus.html
|
@ -1 +1,25 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-au">
|
||||||
|
<head>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
background-color: #9D9A99;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<link rel="stylesheet" type="text/css" href="template.css">
|
||||||
|
<title>About TipToe</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">
|
||||||
|
|
||||||
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="contactus.html">Contact Us<a></li>
|
||||||
|
<li><a href="products.html">Products<a></li>
|
||||||
|
<li><a href="payment.html">Payments<a></li>
|
||||||
|
<li><a href="aboutus.html">About Us<a></li>
|
||||||
|
<li><a href="register.html">Register<a></li>
|
||||||
|
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
Loading…
Reference in New Issue