aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2023-07-07 00:15:09 -0500
committerMichael McVady <femtonaut@gmail.com>2023-07-07 00:15:09 -0500
commitb5c64ec289fe9e07603b3da5f3d246bf88c8a124 (patch)
treec1d5bbd690beb4e3de019c05bbea54dd565853c2 /assets
parent01da70c10dd338f1dc6aa319051ce281c73b1528 (diff)
Hack in markdown form
Diffstat (limited to 'assets')
-rw-r--r--assets/post_edit.html11
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