aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/applet.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/website/applet.html b/website/applet.html
new file mode 100644
index 0000000..5601ac4
--- /dev/null
+++ b/website/applet.html
@@ -0,0 +1,26 @@
1<!doctype html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <title>ESIEEquest - Applet</title>
6
7 <style type="text/css">
8 body {
9 margin: 0;
10 padding: 0;
11 }
12 object {
13 position: absolute;
14 width: 100%;
15 height: 100%;
16 }
17 </style>
18 </head>
19 <body>
20 <object type="application/x-java-applet">
21 <param name="code" value="esieequest.Main" />
22 <param name="archive" value="/game/esieequest.jar" />
23 <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>
24 </object>
25 </body>
26</html> \ No newline at end of file