refused.html 1.02 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 24 25 26


<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>Enraged</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="enraged.png" alt="">
<h1 class="heading">Enraged</h1>
<p class="narration">The farmers are enraged by your decisions but they cannot do anything about it. They refuse to leave their land.</p>
<div><a href="demolish.html" class="choice">Demolish their houses.</a></div>
<div><a href="repeal.html" class="choice">Repeal your decision.</a></div>
<div><a href="conglomerate.html" class="choice">Go back.</a></div>
</div>

	
</body>
</html>