mirror of
https://github.com/reiyua/TiptoeSoleStore.git
synced 2026-01-20 16:27:47 +00:00
Create index.html
This commit is contained in:
commit
c15f001847
1 changed files with 16 additions and 0 deletions
16
index.html
Normal file
16
index.html
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-au">
|
||||||
|
<head>
|
||||||
|
<link rel="stylesheet" type="text/css" href="template.css">
|
||||||
|
<title>Welcome to StepToe Enterprises</title>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>My First Home/Index Page</h1>
|
||||||
|
<hr color="black">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: lightblue;
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue