<!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: "Well that's a first. Make sure to try our drinks!"<br/> Kitchen Puni: "Before we're gone." <br/><br/><br/><br/> Kitchen Puni: "<strong>Keep</strong> the princess <strong>safe</strong>." </p> <p class="text-center" id="text"> You started to wonder what the kitchen Puni meant, but your stomach starts to protest as it made you remember why you were here. Finding a good spot, you unpacked your lunch and started eating. Halfway through your meal, you feel like there is someone watching you. <ul id="choice"> <li> <a href="page3.html" id="choice"> Look around. </a> </li> <li> <a href="end2.html" id="bad"> Run away. </a> </li> </ul> </div> </div> </div> </body> </html>