index.html 205 B

12345678
  1. <html>
  2. <body>
  3. <form action="/gen_from_kw" method="post">
  4. KW: <input type="text" id="kw" name="kw">
  5. <input type="submit" value="gen">
  6. </form>
  7. </body>
  8. </html>