Update index.html
This commit is contained in:
parent
c025947863
commit
28911265d7
|
@ -1,6 +1,11 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-au">
|
<html lang="en-au">
|
||||||
<head>
|
<head>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
background-color: #9D9A99;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<link rel="stylesheet" type="text/css" href="template.css">
|
<link rel="stylesheet" type="text/css" href="template.css">
|
||||||
<title>Steptoe Shoe Store</title>
|
<title>Steptoe Shoe Store</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
@ -10,7 +15,3 @@
|
||||||
<h1>StepToe Shore Store</h1>
|
<h1>StepToe Shore Store</h1>
|
||||||
<hr color="black">
|
<hr color="black">
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
body {
|
|
||||||
background-color: grey;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue