<!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/schoolbuilding.jpg" class="img-responsive center-block"> <p class="text-center" id="text"> Leaving your bag behind, you went outside to enjoy the cool breeze, signs of winter not too long ago. While finding a good spot to eat lunch, you noticed a small pond near to what seems to be a small shrine. </p> <ul id="choice"> <li> <a href="page2.html" id="choice"> Go near the pond. </a> </li> <li> <a href="end1.html" id="bad"> Find a place to eat. </a> </li> </ul> </div> </div> </div> </body> </html>