<!DOCTYPE html> <html> <head> <title> Safe Life</title> <link rel="stylesheet" type="text/css" href="../stylesheets/application.css"> </head> <body bgcolor="sky blue"> <div class="tie">You are not living a very dangerous life</div> <h4 id="tieline"> You are relatively safe but you are on a constant move. Your body cannot handle much action due to effects of eating a dinosaur egg. You cannot fight because you don't want to drag your family. At least, you have better chance in living a long life. </h4> <h2>THE END</h2> <h3> <a href="javascript:history.back()"> <p> Go back to previous page </p> </a> <a href="../index.html"> <p> Go back to the beginning </p> </a> </h3> </body> </html>