From: Carl Worth Date: Sat, 19 Sep 2020 21:41:09 +0000 (-0700) Subject: Add some autofocus attributes X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=3b5d17e14224eeb4befeaef409f54fb29af831ed Add some autofocus attributes Just trying to make the games a little more keyboard friendly. --- diff --git a/empires/game.html b/empires/game.html index da7e730..d9de6a9 100644 --- a/empires/game.html +++ b/empires/game.html @@ -62,7 +62,7 @@
- +
diff --git a/index.html b/index.html index 3dd4a18..8742712 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,8 @@ placeholder="Enter a 4-letter Game Code" oninput="this.value = this.value.toUpperCase()" autocomplete="off" - required> + required + autofocus>