<!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-center" id="text">
It doesn't really matter. <br/>
</p>
<div class="row">
<a href="page2.html">
<div class="col-md-3 col-md-offset-5 well">
<h3 class="text-center" id="start">
NEXT ->
</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</body>
</html>
-
Dean Krisitan Bardeloza authored661c518b