Delete index.html
This commit is contained in:
parent
f46531548c
commit
b7975474a6
32
index.html
32
index.html
|
@ -1,32 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-au">
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
background-color: #9D9A99;
|
||||
}
|
||||
</style>
|
||||
<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="300"
|
||||
height="300">
|
||||
|
||||
<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>
|
||||
<a href="policies.html">Policies</a>
|
||||
</head>
|
||||
<body>
|
||||
<h1>TipToe Soles Store</h1>
|
||||
<hr color="black">
|
||||
<ul>
|
||||
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue