start.html 851 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 19 20 21
<!Doctype html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="design.css"/>
<title> Choose Your Own Adventure </title>

</head>
<body>
	<div id = "content">
		<div id = "image">
			<img src="stewie.png" />
		<div id = "paragraph">
			<p> It's the last day of classes! For months, you've waiting for this very day. <i>DING!DING!DING!</i>   As soon as you hear the last bell, you run like hell towards the exit, destroying everyone in your path. The moment you got out of school, you felt freedom. You think of all the weird shit you were going to do in vacation. Suddenly, you see a strange figure in the huge sketchy cornfield beside your school.</p>
	</div>
<ul>
	<li><a href="../1st level/lvl1-a.html"> Choose to investigate</a></li>	
	<li><a href="../1st level/lvl1-b.html"> Be a coward and just go home</a></li>
</ul>

</body>
</html>