]> git.cworth.org Git - lmno.games/blobdiff - index.html
Add some autofocus attributes
[lmno.games] / index.html
index c48e730bf294d44b33ee715d7eff49cd6c47a279..87427126a6324a0fae75bf9fbc6b8b7d803a21da 100644 (file)
@@ -35,7 +35,8 @@
                  placeholder="Enter a 4-letter Game Code"
                  oninput="this.value = this.value.toUpperCase()"
                  autocomplete="off"
-                 required>
+                 required
+                 autofocus>
         </div>
 
         <div class="form-field large">
 
       </form>
 
-      <h2>
-        Host a new game
-      </h2>
+      <h2>Host a new game</h2>
 
       <p>
         To host a new game, simply choose from one of the available
         games below:
       </p>
 
-      <h2>
-        Party Games (any number of players)
-      </h2>
+      <h2>Party Games (any number of players)</h2>
 
       <ul>
         <li>
@@ -68,9 +65,7 @@
         </li>
       </ul>
 
-      <h2>
-        Strategy Games (2 players or teams)
-      </h2>
+      <h2>Strategy Games (2 players or teams)</h2>
 
       <ul>
         <li>
@@ -78,8 +73,6 @@
         </li>
       </ul>
 
-      </p>
-
     </div>
   </body>
 </html>