]> git.cworth.org Git - zombocom-ai/blobdiff - index.html
Restrict code input field to 10 characters
[zombocom-ai] / index.html
index 2abf186d03a0a521509603b773b881a8e6d0b2ad..d457549b45f3816d73e2af1855fc8017976c5387 100644 (file)
           <label for="prompt">
             What do you imagine?
           </label>
-          <input id="prompt" autocomplete="off" required />
+          <textarea id="prompt" rows="4" width="100%" autocomplete="off" required>
+          </textarea>
         </div>
 
         <div class="form-row small left">
           <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">