end1.html 1.22 KB
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 34 35 36 37
<!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">
				
				<p class="text-justify" id="text">
					The kitchen Puni gave you the EXTREME BLASTER 5000. You were about to give the kitchen Puni your payment but he said that all drinks are free. Finding a good spot, you ate your lunch and drank the EXTREME BLASTER 5000. <br/>
					You feel energy flowing inside you.<br/>
					You have become a hero. <br/>
					Hearing the cries for help, you flew towards the horizon.
				</p>
				<img src="../../images/energy.jpg" class="img-responsive center-block">
				<p class="text-left" id="neutral">
					HERO END - For the people.
				</p>
				<div class="row">
					<a href="../../main.html">
						<div class="col-md-3 well">
							<h3 class="text-center" id="start">
								Start over
							</h3>
						</div>
					</a>
				</div>	
			</div>
		</div>
	</div>
</body>
</html>