12345678910111213141516171819202122 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>Story Based Inquiry</title>
- <meta name="description" content="Story Based Inquiry">
- <meta name="author" content="Alex Bender">
- </head>
- <body>
- <center><h4>Let's start a story</h4></center>
- <form method="POST" action="/sbi/new">
- <input type="text" name="title"><br>
- <input type="text" name="sescription">
- <input type="submit">
- </form>
- </body>
- </html>
|