]> git.cworth.org Git - zombocom-ai/blobdiff - index.html
Allow the generate button to get its own styling
[zombocom-ai] / index.html
index b93538092614407786527afa2770c91545fe3e16..da27e18773ded937d7a5c36f1c50468cf1c5da7f 100644 (file)
@@ -42,7 +42,7 @@
           <label for="code">
             Numeric code
           </label>
-          <input id="code" autocomplete="off" placeholder="(Chosen randomly)" />
+          <input id="code" type="text" size="10" autocomplete="off" placeholder="(Chosen randomly)" />
         </div>
 
         <div class="form-row small right">
@@ -59,7 +59,7 @@
         </div>
 
         <div class="form-row large">
-          <button type="submit">Make the infinite possible</button>
+          <button id="generate" type="submit">Make the infinite possible</button>
         </div>
       </form>
     </p>