diff options
Diffstat (limited to 'html/online.html')
| -rwxr-xr-x | html/online.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html/online.html b/html/online.html index 6a10fd9..fc1fd84 100755 --- a/html/online.html +++ b/html/online.html @@ -2,6 +2,7 @@ <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> @@ -13,7 +14,7 @@ %%ROOMTOPIC%% </td> </tr> - %%USERLIST%% + %%USERLIST%% </table> </body> </html> |
