diff options
Diffstat (limited to 'ychat-0.7.2/html/online.html')
| -rwxr-xr-x | ychat-0.7.2/html/online.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ychat-0.7.2/html/online.html b/ychat-0.7.2/html/online.html new file mode 100755 index 0000000..fc1fd84 --- /dev/null +++ b/ychat-0.7.2/html/online.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<meta http-equiv="refresh" content="20"> +<link rel=stylesheet href="style.css" type=text/css> + <body> + <b>%%ROOMNAME%%</b> + <br> + <br> + <table> + <tr> + <td> + %%ROOMTOPIC%% + </td> + </tr> + %%USERLIST%% + </table> + </body> +</html> + + + + |
