mirror of
https://github.com/fooflington/wordsearch.git
synced 2025-01-22 09:19:55 +00:00
fixed defaults
This commit is contained in:
parent
f35ea4c246
commit
c0192d96cf
@ -16,8 +16,8 @@ Hall
|
||||
Dining Room
|
||||
</textarea>
|
||||
<br />
|
||||
<input type="number" name="height" min="3" max="50" value="5" />
|
||||
<input type="number" name="width" min="3" max="50" value="5" />
|
||||
<input type="number" name="height" min="3" max="50" value="15" />
|
||||
<input type="number" name="width" min="3" max="50" value="15" />
|
||||
<input type="submit" value="Build!" />
|
||||
</form>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user