Update index.html
This commit is contained in:
parent
c025947863
commit
28911265d7
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue