22 lines
453 B
HTML
22 lines
453 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-au">
|
|
<head>
|
|
<style>
|
|
body {
|
|
background-color: #9D9A99;
|
|
}
|
|
</style>
|
|
<link rel="stylesheet" type="text/css" href="template.css">
|
|
<title>TipToe Shoe Store</title>
|
|
<meta charset="UTF-8">
|
|
<img src="assets/TipToe Soles_Logo_colour.png" alt="The TipToe logo, a yellow circle with a black shadow of a foot in socks."
|
|
width="300"
|
|
height="300">
|
|
|
|
</head>
|
|
<body>
|
|
<h1>TipToe Shoe Store</h1>
|
|
<hr color="black">
|
|
<ul>
|
|
|