start.html 821 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<!DOCTYPE html>
<html>
	<head>
		<title>The House on Dover Street</title>
		<link type="text/css" rel="stylesheet" href="stylesheets/startcss.css">
		<!--Main Cascading Style Sheet--> 
	</head>
	<body>
		<center>The House on Dover Street</center>
		
		<p>Welcome fellow human! This is a website created by Alfonso Gabriel R. Arvisu</p>
		<p>This is a fictional story, none of the events are based off any real life story...</p>
		<p>Whatever choice you pick at the end of each page will determine your ending...</p>
		<p>Play it once again to figure out other endings!</p>
		<p>Once you press the link, there is no turning back...</p>
		
		<h3>Press the link below to start the interactive story.</h3>
		<div style="text-align: center">
			<a href="stroll.html">Take a stroll on Dover Street</a>
		</div>
	</body>
</html>