This commit is contained in:
foo
2016-12-18 07:54:41 +00:00
parent c0192d96cf
commit 947dd5fcd9
2 changed files with 13 additions and 11 deletions

View File

@ -4,7 +4,7 @@
<h1>Wordsearch builder</h1>
<h2>Words</h2>
<form action="build.jsp">
<textarea name="words" rows="10">
<textarea name="words" rows="10">
Kitchen
Lounge
Study
@ -14,7 +14,7 @@ Billiard Room
Library
Hall
Dining Room
</textarea>
</textarea>
<br />
<input type="number" name="height" min="3" max="50" value="15" />
<input type="number" name="width" min="3" max="50" value="15" />