<!DOCTYPE html>
<html>
	<head>
		<title>Choose Your Own Adventure</title>
		<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.css">
	</head>
	<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
	<body id="warning-body" class="container">
		<div class="row">
			<div class="col-md-12 well">
		<img id="img-warning" src="images/choose_your_own_adventure.jpg" height="250" width="1130"> 
				<h2 id="warning-page" align="center"> Welcome!</h2>
				
				
				<p id="paragraph"> 'Choose your own adventure' is a game where the player starts being given a basic knowledge of a certain situation in the life of a certain character. The player is then given the freedom to choose which thing or activity the character must do next at the bottom of every page.
				This game could be so random to the point that it is crazily funny or just plain nonsense, depending on the player.
				</p>
			</div>
		</div>

		<div class="row">
				<div class="col-md-12">
					<h1 id="warning-h1" align="center"> WARNING:</h1>
					<h2 id="warning-h2" align="center"> This game contains scenes and themes which may not be suitable for very young audiences.<br> Parental guidance is advised.</h2>

					<h2 id="h2-click"><a href="about.html">Click Me!</a></h2>
				</div>
			</div>

			<h3 id="h3-hello" align ="center"> This game is in partial fulfillment of the requirements needed in completing MIS 21: Introduction to Applications Development.</h3>
	</body>
</html>