<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Torture and Death</title> <link rel="stylesheet" href="main.css"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="animate.css"> <link href='https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700|Raleway:400,300,700' rel='stylesheet' type='text/css'> </head> <body class="animated fadeIn"> <header><p>Development by Alexis Collado & Story by Trysh Olives <br> Paintings and Photos from Google Images, The Phillipine Collegian</p></header> <div class="story"> <img src="torture.png" alt=""> <h1 class="heading">Torture and Death</h1> <p class="narration">You've been kidnapped. You are all over the news and your family doesn't know where you are. You've been tortured for months and eventually suffer death. The farmers continue your fight.</p> <div><a href="reputation.html" class="choice">Try a different fate.</a></div> <div><a href="index.html" class="choice">Start again.</a></div> </div> </body> </html>