<html> <head> <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/bootstrap-theme.css"> <link rel="stylesheet" href="css/bootstrap-theme.min.css"> <link rel="stylesheet" href="css/bootstrap.css"> <link rel="stylehsset" href="css/bootstrap.min.css"> </head> <body> <section id="eleven"> <div id="story"> <p>You've managed to hide, but you notice a figure walking towards the closet.</p> </div> <div id="choices"> <div class = "row"> <div class="col-md-6 col-xs-12"> <a href="page13.html" id ="btn">Stay Quiet</a> </div> <div class="col-md-6 col-xs-12"> <a href="page13.html" id="btn">Attempt to run outside.</a> </div> </div> </div> </section> </body> </html>