TiptoeSoleStore/index.html

17 lines
287 B
HTML

<!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;
}