index.html 462 B

12345678910111213141516171819202122
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Story Based Inquiry</title>
  6. <meta name="description" content="Story Based Inquiry">
  7. <meta name="author" content="Alex Bender">
  8. </head>
  9. <body>
  10. <center><h4>Let's start a story</h4></center>
  11. <form method="POST" action="/sbi/new">
  12. <input type="text" name="title"><br>
  13. <input type="text" name="sescription">
  14. <input type="submit">
  15. </form>
  16. </body>
  17. </html>