<!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 class="container"> <center> <h1>Welcome to the Monster Bibe Adventures!</h1> <p>Do you have what it takes to escape this Bibe?</p> <div class="duckface"> <img class="duck" src="images/M37882.jpg"></img> </div> <a class="btn btn-primary btn-lg" style="margin:20px" href="startpage.html" role="button">Begin Adventure!</a> </center> </div> </body> </html>