<!DOCTYPE html> <html> <head> <title> Dinosaur-Slayer</title> <link rel="stylesheet" type="text/css" href="../stylesheets/application.css"> </head> <body> <h1>You Train To Become A Dinosaur Slayer</h1> <p> With vengeance as fuel for your determination, you trained hard to be able to defeat and eliminate the dinosaurs </p> <p> You know that you are already strong enough and you asked your master if you can fight the dinosaurs. </p> <p> Your master said you are not ready and you still don't know the secret technique for dragon slaying? </p> <h2>What will you do?</h2> <ul> <a href="../ending/death.html"> <p align="center"> <img src="../images/disobey.png"> Disobey your master. </p> </a> <a href="../ending/liberator.html"> <p align="center"> <img src="../images/continue.png"> Continue your training and eventually learn the secret technique. </p> </a> </ul> <h3> <a href="../level-one/option2.html"> <p> Go back to previous page </p> </a> <a href="../index.html"> <p> Go back to the beginning </p> </a> </h3> </body> </html>