<!DOCTYPE html> <html> <head> <title>You Cooked the Egg</title> <link rel="stylesheet" type="text/css" href="../stylesheets/application.css"> </head> <body> <h1>You cooked the Pterodactyl Egg...</h1> <p> As revenge for the damage the pterodactyls did, you savor the exotic taste of the dinosaur sunny side up. </p> <p> The egg was so large that you shared it with other people </p> <p> After few hours, you feel your stomach rumbling and you are having an intense migraine... </p> <h2>What will you do?</h2> <ul> <a href="../ending/death.html"> <p align="center"> <img src="../images/sleep.png"> Just sleep and it will be gone later. </p> </a> <a href="../ending/boring.html"> <p align="center"> <img src="../images/doc.png"> Consult a doctor. </p> </a> </ul> <h3> <a href="../level-one/option1.html"> <p> Go back to previous page </p> </a> <a href="../index.html"> <p> Go back to the beginning </p> </a> </h3> </body> </html>