Add sample HTML page presenting the applet.
catseye
12 years ago
0 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
1 | <!-- encoding: UTF-8 --> | |
2 | <html lang="en"> | |
3 | <head> | |
4 | <title>yoob: A Framework for Esolang Implementations</title> | |
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
6 | </head> | |
7 | <body style="background-color: #001020; margin: 0; padding: 0;"> | |
8 | ||
9 | <applet id="yoob" code="tc.catseye.yoob.Applet" | |
10 | codebase="../bin" | |
11 | width="100%" height="100%"> | |
12 | <param name="languageClasses" value="tc.catseye.yoob.ale.AleState/Ale | |
13 | tc.catseye.yoob.backflip.BackFlipState/BackFlip | |
14 | tc.catseye.yoob.befunge93.Befunge93State/Befunge-93 | |
15 | tc.catseye.yoob.black.BlackState/Black | |
16 | tc.catseye.yoob.bf.BrainfuckState/brainfuck | |
17 | tc.catseye.yoob.circute.CircuteState/Circute | |
18 | tc.catseye.yoob.etcha.EtchaState/Etcha | |
19 | tc.catseye.yoob.gemooy.GemooyState/Gemooy | |
20 | tc.catseye.yoob.lnusp.LNUSPState/LNUSP | |
21 | tc.catseye.yoob.onela.OneLaState/1L_a | |
22 | tc.catseye.yoob.onelaoi.OneLAOIState/1L_AOI | |
23 | tc.catseye.yoob.path.PATHState/PATH | |
24 | tc.catseye.yoob.qdeql.QdeqlState/Qdeql | |
25 | tc.catseye.yoob.sceql.SceqlState/Sceql | |
26 | tc.catseye.yoob.smetana.SMETANAState/SMETANA | |
27 | tc.catseye.yoob.snusp.SNUSPState/SNUSP | |
28 | tc.catseye.yoob.twoill.TwoIllState/2-ill | |
29 | tc.catseye.yoob.twol.TwoLState/2L | |
30 | tc.catseye.worb.WorbState/noit-o-mnain-worb | |
31 | tc.catseye.yoob.wunnel.WunnelState/Wunnel | |
32 | tc.catseye.ypsilax.YpsilaxState/Ypsilax"> | |
33 | Your browser is ignoring the <applet> tag. | |
34 | Please consult your browser documentation for how to enable Java applets. | |
35 | </applet> | |
36 | ||
37 | </body> | |
38 | </html> |