<!doctype html>
<html>
	<head>
		<meta charset="utf-8">
		<title>ESIEEquest - Applet</title>

		<style type="text/css">
			body {
				margin: 0;
				padding: 0;
			}
			object {
				position: absolute;
				width: 100%;
				height: 100%;
			}
		</style>
	</head>
	<body>
		<object type="application/x-java-applet">
			<param name="code" value="esieequest.Main" />
			<param name="archive" value="/game/esieequest.jar" />
			<p>Java ≥7 is required to run this game.<br>Click <a href="http://java.com/en/download/manual.jsp">here</a> to get the latest Java Runtime Environment.</p>
		</object>
	</body>
</html>