relocation.html 1.08 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
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Are You Happy Now?</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="relocation.png" alt="">
<h1 class="heading">Are You Happy Now?</h1>
<p class="narration">The farmers decline your offer of relocation. You stood by your decision to sell the land. One night, you wake up in your bed with a dagger pointed at your neck. George Nicolas says, "Are you happy now?" You say your last prayer.</p>

<div><a href="george.html" class="choice">Try a different fate.</a></div>
<div><a href="index.html" class="choice">Start again.</a></div>
</div>
	
</body>
</html>