-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDisplay.html
38 lines (33 loc) · 1.59 KB
/
Display.html
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
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Fight Outnumbered & Win</TITLE>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
</HEAD>
<BODY BACKGROUND="images/bg_simb.jpg" TEXT=white>
<H1>Fight Outnumbered & Win</H1>
<!--"CONVERTED_APPLET"-->
<!-- CONVERTER VERSION 1.3 -->
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
WIDTH = 100% HEIGHT = 400 codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0">
<PARAM NAME = CODE VALUE = "FOandW.CoreRules.Display" >
<PARAM NAME = CODEBASE VALUE = "./target/classes" >
<PARAM NAME = ARCHIVE VALUE = "target/f-o-and-w-1.0-SNAPSHOT.jar" >
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
<PARAM NAME="scriptable" VALUE="false">
<COMMENT>
<EMBED type="application/x-java-applet;version=1.3" CODE = "com.googlecode.FOandW.Display" CODEBASE = "./target/classes" ARCHIVE = "target/f-o-and-w-1.0-SNAPSHOT.jar" WIDTH = 100% HEIGHT = 400 scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html"><NOEMBED></COMMENT></NOEMBED></EMBED>
</OBJECT>
<!--
<APPLET CODE = "com.google.code.FOandW.Display" CODEBASE = "./" ARCHIVE = "target/f-o-and-w-1.0-SNAPSHOT.jar" WIDTH = 100% HEIGHT = 400>
</APPLET>
-->
<!--"END_CONVERTED_APPLET"-->
<HR WIDTH=600>
<P>
<B>Note:</B> Because the above applet uses the Swing 1.1 API,
it requires Java Plug-in 1.1.2 or Java Plug-in 1.2.
It won't work with Java Plug-in 1.1.1 or uncustomized 1.1 browsers.
</P>
</BODY>
</HTML>