BrowzOS/browzos_options/instmess/index.html

24 lines
1.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Tech's Test Rig Chat</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="A simple instant messaging utility for this site.">
<style type="text/css">
body {
background-color: #000000;
color: #748DE7;
}
:link { color: #00FFFF }
</style>
</head>
<body>
<div style="width:100%; height:100%; margin-left:auto; margin-right:auto;">
<APPLET codebase="." archive="chat.jar" code="Chat.class" width="100%" height="100%">
<param name="fgColor" value="#111111">
<param name="bgColor" value="#CCCCCC">
<param name="come" value="has come in chat"><param name="left" value="has left the chat "><param name="login" value="Login"><param name="logout" value="Logout"><param name="nick" value="Nickname : "><param name="password" value="Password (optional): "><param name="nick_used" value="Nickname is used"><param name="bad_password" value="Incorrect Password"><param name="enter_passw" value="Please enter your nickname">Your browser is NOT Java enabled.
</APPLET>
</div>
</body>
</html>