+ Work on boards
* Handle ctrl-c better in main loop
This commit is contained in:
parent
705359d3a6
commit
2219be9ae3
6 changed files with 44 additions and 10 deletions
|
@ -16,7 +16,7 @@
|
|||
Anonymous message board
|
||||
</p>
|
||||
<form method='POST' action='/' id='addMsg'>
|
||||
<textarea name='newMsgText' rows=10 cols=50 required minlength="2"></textarea>
|
||||
<textarea id='newMsgText' name='newMsgText' rows=10 cols=50 required minlength="2"></textarea>
|
||||
<br><br>
|
||||
<input class='btn successBtn' value='Post' type='submit'>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue