mirror of
https://github.com/fooflington/wordbubbles.git
synced 2025-07-02 03:59:07 +00:00
working jsp!
This commit is contained in:
23
war/index.jsp
Normal file
23
war/index.jsp
Normal file
@ -0,0 +1,23 @@
|
||||
<html>
|
||||
<head><title>Wordbubbles solver</title></head>
|
||||
<%@ page import="uk.org.mafoo.wordbubbles.*" %>
|
||||
<body>
|
||||
<h1>Wordbubbles or Boggle solver</h1>
|
||||
<h2>Input grid</h2>
|
||||
<form action="solver.jsp">
|
||||
<input type="radio" name="dictionary" checked>twl06</input><br />
|
||||
|
||||
<textarea name="grid" rows="10" cols="10" style="font-family: monospace;">
|
||||
som e
|
||||
te xt
|
||||
g oes
|
||||
here
|
||||
</textarea>
|
||||
<br />
|
||||
<input type="number" name="desired" min="3" value="5" />
|
||||
<input type="submit" value="Submit" />
|
||||
</form>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user