apeters 1d204f26b8 pre-Korves.Net
Signed-off-by: apeters <apeters@korves.net>
2025-05-21 08:05:07 +00:00

9 lines
490 B
HTML

<form class="create-object" hx-trigger="submit throttle:200ms" hx-post="/objects/domains">
<fieldset>
<label for="details.domain">Domain</label>
<input autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" type="text" id="details.domain" name="details.domain" value="" placeholder="example.org">
<small>A unique domain name.</small>
</fieldset>
<button data-loading-disable type="submit" _="install buttonCheckHtmxResponse">Create</button>
</form>