Dictionary frontend and integration

This commit is contained in:
2023-01-13 14:29:56 -08:00
parent 0de6801a0e
commit 3f90b66b42
3 changed files with 53 additions and 5 deletions
+13
View File
@@ -0,0 +1,13 @@
<h2>Bible Dictionary</h2>
<form action="/define">
<label for='kw'>Word lookup</label><br>
<input type="text" name="kw"><br><br>
<label for='view'>View<label><br>
<input type="radio" name="view" value="rich">Rich<br>
<input type="radio" name="view" value="plain">Plain<br>
<input type="radio" name="view" value="json">JSON<br>
<input type="submit">
<form>
<p>This tool uses an abridged 1828 Noah Webster dictionary.</p>