<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>A Haunting</title> <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="death.png" alt=""> <h1 class="heading">A Haunting</h1> <p class="narration">The bullet landed on one of the farmers' heads and a stampede occurred. The goons fought back, so your goons opened fire on them. It was a bloodbath. You found a way to hide the crime, but the memory and guilt of it will continue to haunt you for years until you die.</p> <div><a href="goons.html" class="choice">Try a different fate.</a></div> <div><a href="index.html" class="choice">Start again.</a></div> </div> </body> </html>