Files
darkstorm-server/embed/editor.html
T
2024-11-13 16:27:59 -06:00

8 lines
289 B
HTML

<form id="editorForm" hx-post="https://api.darkstorm.tech/">
<p><input type="checkbox" id="draft"></input><label for="draft">Draft</label></p>
<label for="title">Title</label>
<input name="title" value="{{.Title}}"></input>
<textarea name="blog"></textarea>
<button></button>
</form>