goons.html 1.05 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
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Guns, Goons and Gold</title>
	<link rel="stylesheet" href="main.css">
	<link rel="stylesheet" href="animate.css">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<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="goons.png" alt="">
<h1 class="heading">Guns, Goons and Gold</h1>
<p class="narration">For several days, the farmers refuse to break their picket. One of your goons suggested to fire a test shot. What is your decision?</p>
<div><a href="eggplant.html" class="choice">Yield your decision.</a></div>
<div><a href="death.html" class="choice">Fire the test shot.</a></div>
<div><a href="commotion.html" class="choice">Go back.</a></div>
</div>

	
</body>
</html>