summaryrefslogtreecommitdiff
path: root/html/index.html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:46 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:46 +0200
commit56187184e11b085b82584d3b088c62f427aae83c (patch)
tree8f8387e750a62581966900a42dade265d34c3146 /html/index.html
parentd3a0d11f93c1ebe38b4301c9bef952bfd24d01a1 (diff)
tagging yhttpd-0.7.1yhttpd-0.7.1
Diffstat (limited to 'html/index.html')
-rwxr-xr-xhtml/index.html37
1 files changed, 5 insertions, 32 deletions
diff --git a/html/index.html b/html/index.html
index 983e7ef..b1a1793 100755
--- a/html/index.html
+++ b/html/index.html
@@ -3,52 +3,25 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>
- %%ychat.version%%
+ %%yhttpd.version%%
</title>
<link rel=stylesheet href="style.css" type=text/css>
</head>
-<body>
+<body bgcolor=#000000 text=#ffff00>
<table align=center width=500>
<tr>
-<td>
-<center>
-%%ychat.version%%<br><br>%%INFO%%
-</center>
-</td>
+<td align=center class=header>%%yhttpd.version%%<br><br>%%INFO%%</td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
</tr>
<tr>
<td align=center colspan=2>
-<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">
-</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.
+This is the demo website provided by yhttpd :-)
</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>
+<center><span class="signature">yhttpd is OpenSource - get it at <a target="_blank" href="http://www.yhttpd.org">http://www.yhttpd.org</a></span></center>
</body>
</html>