<!DOCTYPE html> <html> <head> <title>Attack the Pterodactyls</title> <style type="text/css"></style> <link rel="stylesheet" type="text/css" href="../stylesheets/application.css"> </head> <body> <h1>You attacked the pterodactyls</h1> <p>You grabbed anything as a weapon and managed to thwart the pterodactyls attacking your mother. </p> <p>Your mother have wounds but you successfully saved her. </p> <p> As you are looking around the mess, you saw a large egg beside a dead pterodactyl...</p> <h2 align="center">What will you do with the egg?</h2> <ul id="choices1"> <a href="../level-two/egg-choice1.html"> <p align="center"> <img src="../images/sunny.png"> A) Make a sunny side up out of it. </p> </a> <a href="../level-two/egg-choice2.html"> <p align="center"> <img src="../images/hatch.png"> B) Take care of the egg and incubate it. </p> </a> </ul> <a href="../index.html"> <h3 align ="center">Go back to previous page</h3> </a> </body> </html>