20 lines
429 B
Plaintext
20 lines
429 B
Plaintext
<div #generators .generators>
|
|
<h2>Generators
|
|
<p>Generated password:
|
|
<h3>#{genPw}
|
|
<button .mainButton
|
|
hx-get="/gen"
|
|
hx-target="#generators"
|
|
hx-swap="outerHTML"
|
|
/>
|
|
Generate New Password
|
|
<br />
|
|
<button .mainButton
|
|
hx-post="/new"
|
|
hx-target="#requestedPw"
|
|
hx-swap="outerHTML"
|
|
*{hsGeneratedSharing}
|
|
/>
|
|
Share Generated Password
|
|
<img class="htmx-indicator" src="/loading.svg" />
|