mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
feat: add CNAME for onsonr.dev domain
This commit is contained in:
parent
889186ec3e
commit
c64c506c52
1
docs/CNAME
Normal file
1
docs/CNAME
Normal file
@ -0,0 +1 @@
|
||||
onsonr.dev
|
@ -32,10 +32,15 @@ templ Form(action string, method string, submit templ.Component, progress string
|
||||
</form>
|
||||
}
|
||||
|
||||
templ IsHumanInput(target string, first string, last string) {
|
||||
@layout.Rows() {
|
||||
}
|
||||
}
|
||||
|
||||
templ NameInput() {
|
||||
@layout.Rows() {
|
||||
<sl-input name="first_name" placeholder="Steve" type="text" label="First Name" required autofocus></sl-input>
|
||||
<sl-input name="last_name" placeholder="J" maxlength="1" type="text" label="Last Initial"></sl-input>
|
||||
<sl-input name="first_name" placeholder="Steve" type="text" label="First Name" required autofocus autofill></sl-input>
|
||||
<sl-input name="last_name" placeholder="J" maxlength="1" type="text" label="Last Initial" autofill></sl-input>
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user