<!DOCTYPE html> <html> <head> <title>My Story - Home</title> <link rel="stylesheet" type="text/css" href="stylesheet/bootstrap.css"> </head> <div class="jumbotron"> <div class="container"> <h1>Welcome to My Story!</h1> <br> <p>This is an interactive storytelling website. In this site, you have to choose an option to progress through the story</p> <br> <p><a class="btn btn-primary btn-lg" href="storypath/start.html" role="button">Start now!</a> </p> </div> </div> <section class="call-to-action"> <div class="container"> <div class="row"> <div class="col-md-4"> <h3 style="color: #ffffff;">Story taken from:</h3> <p> <a href="https://writer.inklestudios.com/stories/mv4f">https://writer.inklestudios.com/stories/mv4f</a> </p> </div> <div class="col-md-4"> <h3 style="color: #ffffff;">Website created by:</h3> <p>Galen E. Evilla</p> </div> <div class="col-md-4"> <h3 style="color: #ffffff;">Website created for:</h3> <p>Homework in MIS 21</p> </div> </div> </div> </section> </html>