<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Haunted</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="main.css"> <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="haunted.png" alt=""> <h1 class="heading">Haunted</h1> <p class="narration">Thousands of farmers are displaced and do not know where to go. But your bank account is overflowing with money and you join the three comma club. Your actions haunt you every day for the rest of your life.</p> <div><a href="refused.html" class="choice">Try a different fate.</a></div> <div><a href="index.html" class="choice">Start again.</a></div> </div> </body> </html>