From 3b5d17e14224eeb4befeaef409f54fb29af831ed Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 19 Sep 2020 14:41:09 -0700 Subject: [PATCH 1/1] Add some autofocus attributes Just trying to make the games a little more keyboard friendly. --- empires/game.html | 2 +- index.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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>
-- 2.43.0