Compare commits

..

No commits in common. "main" and "3.4.0" have entirely different histories.
main ... 3.4.0

View file

@ -115,10 +115,8 @@
<div class="main">
<form id="mask-form"
hx-get="/mask"
hx-on:htmx:load="window.getSelection().selectAllChildren(event.target);document.execCommand('copy');"
hx-swap="innerHTML">
<input type="text"
autofocus
name="description"
required
minlength="2">
@ -138,5 +136,4 @@
</div>
</body>
</html>