home.html 398 Bytes
Newer Older
CruzRupert's avatar
CruzRupert committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<!Doctype html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="design.css"/>
<title> Choose Your Own Adventure </title>

</head>
<body>
	<div id = "container">
		<div id = "header">
			<h1> CHOOSE YOUR OWN ADVENTURE!</h1>
		<div id = "play">
			<a href="start.html"> <img src = "play-button.png" style="width:150px;height:150px;" /></a>
			
	<div id = "content">
	</div>
</body>
</html>