]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
index.html.in: set size="2" on daily code inputs
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 3 Nov 2023 05:47:08 +0000 (01:47 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 3 Nov 2023 05:47:08 +0000 (01:47 -0400)
There's no need for all that box.

index.html.in

index 62edbde801f1cfba77b96cc44e2e86c552438278..366f71c4c6a26cc4ea5f0c6dcc957ab5f19dbe5d 100644 (file)
             <input id="code1"
                    name="code"
                    type="text"
+                   size="2"
                    minlength="2"
                    maxlength="2"
                    pattern="[a-zA-Z0-9]*" />
             <input id="code2"
                    name="code"
                    type="text"
+                   size="2"
                    minlength="2"
                    maxlength="2"
                    pattern="[a-zA-Z0-9]*" />
             <input id="code3"
                    name="code"
                    type="text"
+                   size="2"
                    minlength="2"
                    maxlength="2"
                    pattern="[a-zA-Z0-9]*" />