File size: 480 Bytes
ced54a4
 
 
 
 
 
 
 
 
ce741a4
cb98551
 
a752ec2
ced54a4
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>