pekko/deploy/root/page.html
2009-07-29 20:17:40 +02:00

10 lines
No EOL
261 B
HTML

<html>
<head><title>blah</title></head>
<body>
<form method="post" enctype="application/x-www-form-urlencoded" action="chat">
<input name="action"/>
<input name="name"/>
<input name="message"/>
<input type="submit" value="submit" name="submit"/>
</form>
</body>