mirror of
https://github.com/fooflington/wordsearch.git
synced 2025-06-11 04:41:40 +00:00
working webapp
This commit is contained in:
26
war/index.jsp
Executable file
26
war/index.jsp
Executable file
@ -0,0 +1,26 @@
|
||||
<html>
|
||||
<head><title>Wordsearch builder</title></head>
|
||||
<body>
|
||||
<h1>Wordsearch builder</h1>
|
||||
<h2>Words</h2>
|
||||
<form action="build.jsp">
|
||||
<textarea name="words" rows="10">
|
||||
Kitchen
|
||||
Lounge
|
||||
Study
|
||||
Ballroom
|
||||
Conservatory
|
||||
Billiard Room
|
||||
Library
|
||||
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="submit" value="Build!" />
|
||||
</form>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user