<!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> <center> <h3>One day, the three fully grown ducks you are raising at a duck farm suddenly fused together and transformed into a giant monster bibe. This monster is possessed by some bad spirit and tries to destroy everything it sees on sight. Astonished by what has suddenly happened, you try to run as fast as you can but the monster bibe runs after you. You travel to a huge forest, hoping that the monster bibe will lose sight of you. As you enter the forest, the road is split into two paths. Which path will you choose?</h3> <a class="btn btn-primary" href="leftpath.html" role="button">Left Path</a> <a class="btn btn-success" href="rightpath.html" role="button">Right Path</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>