diff options
Diffstat (limited to 'html/index.html')
| -rwxr-xr-x | html/index.html | 63 |
1 files changed, 20 insertions, 43 deletions
diff --git a/html/index.html b/html/index.html index 983e7ef..172c851 100755 --- a/html/index.html +++ b/html/index.html @@ -1,54 +1,31 @@ -<!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"> <title> - %%ychat.version%% + %%PGETITLE%% </title> -<link rel=stylesheet href="style.css" type=text/css> </head> <body> -<table align=center width=500> -<tr> -<td> -<center> -%%ychat.version%%<br><br>%%INFO%% -</center> -</td> -</tr> -<tr> -<td colspan=2> </td> -</tr> -<tr> -<td align=center colspan=2> +Welcome to +<pre> + ___ _ _ + _ _ / __\ |__ __ _| |_ +| | | |/ / | '_ \ / _` | __| +| |_| / /___| | | | (_| | |_ + \__, \____/|_| |_|\__,_|\__| + |___/ +</pre> + +<br> +%%PGETITLE%% +<br> +<br> +%%INFO%% +Enter your nick: <form action="frameset.html" method="POST"> <input type="hidden" name="event" value="login"> -Enter your nick:<br> - <input class="text" type="text" name="nick" value="%%nick%%" maxlength="%%chat.maxlength.username%%" accesskey="n"> -<br> -<br> -Enter your password:<br> - <input class="text" type="password" name="password" value="%%pass%%" maxlength="%%chat.maxlength.password%%" accesskey="p"> -<br> -<br> -Enter your room:<br> - <input class="text" type="text" name="room" value="%%chat.defaultroom%%" maxlength="%%chat.maxlength.roomname%%" accesskey="r"> -<br> -<br> - <input type="hidden" name="end" value="end"> - <input type="submit" value="login" accesskey="s"> + <input type="hidden" name="room" value="%%STRDROOM%%"> + <input type="text" name="nick"> + <input type="submit" value="login"> </form> -<br> -<a class="fancy" href="register.html">Register</a> a new nick -<br> -<br> -If you don't want to register you may login -<br> -without a password using an unregistered nick. -</td> -</tr> -</table> -<br><br> -<center><span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="http://www.yChat.org">http://www.yChat.org</a></span></center> </body> </html> |
