mirror of
https://github.com/reiyua/TiptoeSoleStore.git
synced 2026-01-20 16:27:47 +00:00
Update index.html
This commit is contained in:
parent
c025947863
commit
28911265d7
1 changed files with 5 additions and 4 deletions
|
|
@ -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 a new issue