Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
18 lines (18 sloc)
608 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <TITLE>CooL.com Chat</TITLE> | |
| <TABLE BORDER = 0 WIDTH = "75%" ALIGN = "Center"> | |
| <TR> | |
| <TD COLSPAN = 2> | |
| <FONT FACE = "Verdana" Size = "2">Welcome to CooL.com chat. In order to access all of the features | |
| on CooL.com we <B>recommend that you register</B> <A HREF = "newuser.asp">here</A>.</TD> | |
| </TR> | |
| <TR> | |
| <TD WIDTH = "20%"><FORM ACTION = "http://www2.cool.com/chat.php3" METHOD = "Get"> | |
| <FONT FACE = "Verdana" Size = "2">Chat username:</FONT></TD> | |
| <TD><INPUT TYPE = "Text" Name = "LoginName"></TD> | |
| </TR> | |
| <TR> | |
| <TD> | |
| <INPUT TYPE = "Submit" Value = "Go Chat!"></TD> | |
| </FORM> | |
| </TR> | |
| </TABLE> |