<!DOCTYPE html> <html> <head> <title>The Monster Bibe Adventures</title> <link rel="stylesheet" type="text/css" href="style.css"> <link rel="stylesheet" type="text/css" href="bootstrap.css"> </head> <body> <div> <h2>Right Path</h2> <center> <h3>After choosing this path, the monster bibe is still able to keep up with you. Along the way, you are able to find a shiny sword pierced into the soil. What are you going to do?</h3> <a class="btn btn-primary" href="fight.html" role="button">Pick up sword and fight!</a> <a class="btn btn-success" href="run.html" role="button">Run!</a> </center> </div> <div class="btn-pos"> <center> <a class="btn btn-default" href="index.html" role="button">Restart Adventure</a> </center> </div> </body> </html>