resign.html 1.04 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>A Peaceful End</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="reform.png" alt="">
<h1 class="heading">A Peaceful End</h1>
<p class="narration">It may not be the best choice for many, but you lived a peaceful life. You contemplate whatever happened to the farmers. You eventually receive news that they were able to receive genuine agrarian reform.</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>