<!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/pond.jpg" class="img-responsive center-block"> <p class="text-center" id="text"> Upon reaching the pond, you notice a school of koi swimming about in circles. Seeing it gave you peace and inner harmony. </p> <ul id="choice"> <li> <a href="end2.html" id="neutral"> Jump into the lake. </a> </li> <li> <a href="end1.html" id="neutral"> Find a place to eat. </a> </li> </ul> </div> </div> </div> </body> </html>