page1a.html 1.26 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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
<!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/caf.jpg" class="img-responsive center-block">
				<p class="text-left" id="text">
					Kitchen Puni: "Sure thing! What do you want?"
				</p>
				<ul id="choice">
					<li>
						<a href="page2.html" id="choice">
							Soda.
						</a>
					</li>
					<li>
						<a href="page2.html" id="choice">	
							Tea.
						</a>
					</li>
					<li>
						<a href="page2.html" id="choice">
							Water.
						</a>
					</li>
					<li>
						<a href="page2.html" id="choice">
							Milk tea.
						</a>
					</li>
					<li>
						<a href="page2.html" id="choice">
							Coffee.
						</a>
					</li>
					<li>
						<a href="page2.html" id="choice">
							Vodka.
						</a>
					</li>
					<li>
						<a href="end1.html" id="bad">
							EXTREME BLASTER 5000.
						</a>
					</li>
				</ul>			
			</div>
		</div>
	</div>
</body>
</html>