diff options
| author | Fuwn <[email protected]> | 2020-11-19 23:53:52 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-11-19 23:53:52 +0000 |
| commit | 26b647ca3f006662676690e6b99bfbfb32167738 (patch) | |
| tree | 1815e651090e928341b7f88be6781028a400b19a /templates/post.html.hbs | |
| parent | feat: limitations in readme (diff) | |
| download | chan-26b647ca3f006662676690e6b99bfbfb32167738.tar.xz chan-26b647ca3f006662676690e6b99bfbfb32167738.zip | |
feat, chore (desc)
feat:
- add example database
- ADD BOARDS
- 404 page
- better ui (bootstrap)
chore:
- move structures to strucutres file
- various capitalizations
Diffstat (limited to 'templates/post.html.hbs')
| -rw-r--r-- | templates/post.html.hbs | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/templates/post.html.hbs b/templates/post.html.hbs deleted file mode 100644 index 37c5ec6..0000000 --- a/templates/post.html.hbs +++ /dev/null @@ -1,35 +0,0 @@ -{{> header }} - -<form action="/api/v1/post" method="post"> - <table> - <tr> - <td>name</td> - <td> - <input name="name" type="text" placeholder="blank 4 `anonymous'"> - <input type="submit" value="post"> - </td> - </tr> - - <tr> - <td>comment</td> - <td> - <textarea name="comment" cols="48" rows="4" - wrap="soft" placeholder="comment" required></textarea> - </td> - </tr> - - <tr> - <td>verification</td> - <td> - <input type="checkbox" disabled> i'm not a robot - </td> - </tr> - - <tr> - <td>file</td> - <td> - <input type="file" disabled> - </td> - </tr> - </table> -</form> |