aboutsummaryrefslogtreecommitdiff
path: root/website/applet.html
blob: 5601ac43bb8a3d73dc892cf89b2aa672b9bbdafc (plain)
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>
	<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>