Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / chat / SimpleApplet.html
diff --git a/chat/SimpleApplet.html b/chat/SimpleApplet.html
new file mode 100644 (file)
index 0000000..c47188d
--- /dev/null
@@ -0,0 +1,22 @@
+<html>
+<head>
+<title>IRCApplet</title>
+</head>
+<body>
+<h1>Test page for IRCApplet Class</h1><hr>
+<applet code=IRCApplet.class archive="irc.jar,pixx.jar" width=640 height=400>
+<param name="CABINETS" value="irc.cab,securedirc.cab,pixx.cab">
+
+<param name="nick" value="Anonymous">
+<param name="alternatenick" value="Anon???">
+<param name="name" value="Java User">
+<param name="host" value="irc.diboo.net">
+<param name="gui" value="pixx">
+
+<param name="command1" value="join #t">
+
+</applet>
+
+<hr></body>
+</html>
+
This page took 0.139965 seconds and 4 git commands to generate.