page2.html 950 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 23 24 25 26 27 28 29 30 31 32 33
<!DOCTYPE html>
<html>
<head>
	<title>Puni Lunch</title>
	<link rel="stylesheet" type="text/css" href="../../stylesheets/bootstrap.css">
	<link rel="stylesheet" type="text/css" href="../../stylesheets/common.css">
	<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body style="background-color: beige">
	<div class="container-fluid">
		<div class="row">
			<div class="col-md-8 col-md-offset-2 well">
				<img src="../../images/pond.jpg" class="img-responsive center-block">
				<p class="text-center" id="text">
					Upon reaching the pond, you notice a school of koi swimming about in circles. Seeing it gave you peace and inner harmony.
				</p>
				
				<ul id="choice">
					<li>
						<a href="end2.html" id="neutral">
							Jump into the lake.
						</a>
					</li>
					<li>
						<a href="end1.html" id="neutral">	Find a place to eat.
						</a>
					</li>
				</ul>			
			</div>
		</div>
	</div>
</body>
</html>