Create index.html
This commit is contained in:
commit
c15f001847
|
@ -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 New Issue