mirror of
https://github.com/fooflington/wordsearch.git
synced 2025-06-11 04:41:40 +00:00
support simple mode
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
|
||||
<h2>Words</h2>
|
||||
<form action="build.jsp" method="post">
|
||||
Name: <input type="text" size="25" name="name" value="Wordsearch"><br />
|
||||
<textarea name="words" rows="10">
|
||||
Kitchen
|
||||
Lounge
|
||||
@ -20,6 +21,7 @@ Dining Room
|
||||
<br />
|
||||
<input type="number" name="height" min="3" max="50" value="15" />
|
||||
<input type="number" name="width" min="3" max="50" value="15" />
|
||||
<input type="checkbox" name="simple" value="yes">Simple?
|
||||
<input type="submit" value="Build!" />
|
||||
</form>
|
||||
|
||||
|
Reference in New Issue
Block a user