cloak.html 489 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
<!DOCTYPE html>
<html>
	<head>
		<title>Adventure Game</title>

		<link type="text/css" rel="stylesheet" href="../../../Stylesheets/application.css">
	</head>
	<body>
		<h1 id="main-h1">Cloak of Invisibility</h1>
		<p id="main-p">You grab the Cloak and the power of invisibility is yours. You are able to escape danger and in the same way commit crime and mischief without ever being caught. The End.</p>

		<a href="../../../index.html"><center>Back to Start</center></a>
	</body>
</html>