ASiteInASite / index.html
Abigblueworld's picture
Update index.html
cb98551 verified
raw
history blame contribute delete
480 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<center>
<div style="background-color: goldenrod; width: 800px; color: whitesmoke"> Welcome to the site in a site! <br> <br> games? coloring pages? we got them all! </div>
<a href="about.html"> <button> About </button></a>
</p>
</div>
</body>
</html>