Create index.html

This commit is contained in:
Ray 2022-10-24 13:08:29 +11:00 committed by GitHub
commit c15f001847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
index.html Normal file
View 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;
}