Update shoelist.html
This commit is contained in:
parent
11469e2912
commit
440a01b73d
|
@ -1 +1,27 @@
|
||||||
|
<!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.png" 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>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Tiptoe Shoes for Sale</h1>
|
||||||
|
<hr color="black">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue