ending 1.html 772 Bytes
Newer Older
Jacob Ysrael C. Chua's avatar
Jacob Ysrael C. Chua committed
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 27
<!DOCTYPE html>
<html>
<head>
	<title>MIS 21 HOMEWORK 1</title>
	<link rel="stylesheet" href="themes\stylesheet.css" type="text/css">
	<link rel="stylesheet" href="themes\animate.css" type="text/css">
	<link href='https://fonts.googleapis.com/css?family=Raleway:700' rel='stylesheet' type='text/css'>
	<link href='https://fonts.googleapis.com/css?family=Raleway:900italic' rel='stylesheet' type='text/css'>
</head>
<body>

<div class="fadeIn animated wrapper background4">
	<h2 class="boomPanes">You ended up...</h2>
	<div class="container-3">
		<h1>IN BLUE SKIES</h1>
		<div class="container-2">
			<a href="#">
				<div class="item-start">
					EITHER SOBRANG TORPE OR ANTI-SOCIAL MO
				</div>
			</a>
		</div>
</div>
<p><a href="start.html">GG</a></p>

</body>
</html>