main.html 761 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 34
<!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-12">
				<h1 class="text-center" id="title">
					Puni Lunch
				</h1>
				<h2 class="text-center" id="title2">
					A new beginning
				</h2>
			</div>
		</div>

		<div class="row">
			<a href="start.html">
			<div class="col-md-4 col-md-offset-4 well">
				<h3 class="text-center" id="start">
					START

				</h3>
			</div>
			</a>
		</div>		
	</div>
</body>
</html>