pekko/deploy/root/page.html

10 lines
261 B
HTML
Raw Normal View History

2009-07-29 20:17:40 +02:00
<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>