diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/post_edit.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/post_edit.html b/assets/post_edit.html new file mode 100644 index 0000000..6635b87 --- /dev/null +++ b/assets/post_edit.html @@ -0,0 +1,11 @@ +<form action="/form" method="post" enctype="multipart/form-data"> +<dl> +<dt><h3>id</h3></dt> +<dd><input type="text" id="id" name="id"></input></dd> +<dt><h3>title</h3></dt> +<dd><input type="text" id="title" name="title"></input></dd> +<dt><h3>body</h3></dt> +<dd><textarea id="body" name="body"></textarea></dd> +<dd><input type="submit" value="Edit"></dd> +</dl> +</form>
\ No newline at end of file |