aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2024-05-07 16:55:24 -0500
committerMichael McVady <femtonaut@gmail.com>2024-05-07 16:55:24 -0500
commit444104e22a47ca820fc4f35786e169d6cf2f2811 (patch)
tree09cdd224010f1aa9ec73e4572f150e9ab32cd3e1 /assets
parenta95eae4452a98ec551c9820598d1e8fae9407714 (diff)
Fix new editHEADmaster
Diffstat (limited to 'assets')
-rw-r--r--assets/entry_new.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/entry_new.html b/assets/entry_new.html
new file mode 100644
index 0000000..958dedc
--- /dev/null
+++ b/assets/entry_new.html
@@ -0,0 +1,8 @@
+<form action="/entries" method="post">
+<input type="text" id="title" name="title" placeholder="title" style="width: 100%;"/>
+<textarea id="body" name="body" rows="50" style="width: 100%;"></textarea>
+<br>
+<input type="button" value="Preview (N/A)">
+<input type="submit" value="Save">
+</form>
+