10 lines
261 B
HTML
10 lines
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>
|