<!DOCTYPE html> <html> <head> <title>Run Away</title> <style type="text/css"></style> <link rel="stylesheet" type="text/css" href="../stylesheets/application.css"> </head> <body> <h1>You run away</h1> <p>You got people to help you attack the pterodactyl and you are successful in driving the vile creatures away. </p> <p> When you arrive at home, what's left of your mother is her bloody remains. </p> <p> You are now left alone since your mother was eaten. Your life is in your hands now... </p> <h2 >What will you do?</h2> <ul> <a href="../level-two/run-choice1.html"> <p align="center"> <img src="../images/sword.png"> A) Become a dinosaur-slayer. </p> </a> <a href="../level-two/run-choice2.html"> <p align="center"> <img src="../images/give.png"> B) Give up on life. </p> </a> </ul> <a href="../index.html"> <h3 align ="center">Go back to previous page</h3> </a> </body> </html>