idk.html 326 Bytes
Newer Older
Jacob Ysrael C. Chua's avatar
Jacob Ysrael C. Chua committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<!DOCTYPE html>
<html>
	<head>
		<title>Adventure Game</title>

		<link type="text/css" rel="stylesheet" href="../Stylesheets/application.css">
	</head>
	<body>
		<h1 id="main-h1">MAKE UP YOUR MIND MAN</h1>
		
		<h3>
			<a href="../index3.html"><center>Click me when you're done thinking.</center></a>
		</h3>
	</body>
</html>