index.html 1.54 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
<!DOCTYPE html>
<html>
	 <head>
		  <title>Dinosaurs in the 20th Century</title>
      <style type="text/css"></style>
		  <link type="text/css" rel="stylesheet" href="stylesheets/application.css">
	 </head>
  
  <body>
    	<h1>Dinosaurs in the 20th Century</h1>
      
      
        		<p>
            In the 20th century, the scientist were able to revive the dinosaurs by replicationg the DNA gathered from the fossils.
            </p>
            <p>
          		The first dinosaur revived was the Pterodactyls. Scientists were able to hatch five of them. At first, the pterodactyls were docile but as they aged, their predatory instincts emerged and gets stronger.
            </p>
            <p>
          		The pterodactyls were far stronger than what the scientists have predicted. One day, they escaped captivity and were never found.
            </p>
            <p>
          		Few years later after the escape... 
           The area where you are living is attacked by a swarm of ferocious pterodactyls. 
    	     </p>
      
    <h2 align="center"> WHAT WILL YOU DO? </h2>
    
    <ul id="choices1">
    	 
          	<a href="level-one/option1.html">
              <p align="center"> 
                <img src="images/attack.png">
                A) Attack the pterodactyls
              </p>

            </a>

       	 	  <a href="level-one/option2.html">
              <p align="center"> 
                <img src="images/flee.png">
                B) Run and look for help
              </p>
            </a>
      	
    </ul>

  </body>
</html>