Update index.html

This commit is contained in:
Ray 2022-10-24 13:30:48 +11:00 committed by GitHub
parent c025947863
commit 28911265d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html lang="en-au">
<head>
<style>
body {
background-color: #9D9A99;
}
</style>
<link rel="stylesheet" type="text/css" href="template.css">
<title>Steptoe Shoe Store</title>
<meta charset="UTF-8">
@ -10,7 +15,3 @@
<h1>StepToe Shore Store</h1>
<hr color="black">
<ul>
body {
background-color: grey;
}