eggplant.html 1.1 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">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>Prosperity and Eggplants</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="eggplant.png" alt="">
<h1 class="heading">Prosperity and Eggplants</h1>
<p class="narration">You have never gotten any more offers from giant corporations for your land. However, the land prospered and your constituents never went hungry again. You even earned titles such as "#1 Exporter of Eggplant," "Talong Boy," and "Talong Ranger."</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>