diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:42 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:42 +0200 |
| commit | 42b79aa5c591dde88e78922a519802f948d9ea60 (patch) | |
| tree | 92cd4e576656837bb99214d8c09c3fec3201474f /html/online.html | |
| parent | 520f54d6219b7c625b4e07463ac393e6982ddab6 (diff) | |
tagging ychat-0.7.9.4ychat-0.7.9.4
Diffstat (limited to 'html/online.html')
| -rwxr-xr-x | html/online.html | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/html/online.html b/html/online.html index 29b606d..3eda553 100755 --- a/html/online.html +++ b/html/online.html @@ -1,24 +1,20 @@ <!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 bgcolor=#000000 text=#ffffff> - <b>%%ROOMNAME%%</b> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <link rel=stylesheet href="style.css" type=text/css> + </head> + <body> + <b>%%room%%</b> <br> <br> <table> <tr> <td> - %%ROOMTOPIC%% + %%topic%% </td> </tr> - %%USERLIST%% + %%userlist%% </table> </body> </html> - - - - |
