From 0a162fb8dc74c42217c4fb79b69836b95d79741e Mon Sep 17 00:00:00 2001 From: bowen-H0 <13236665551@163.com> Date: Tue, 24 Sep 2024 19:43:19 -0700 Subject: [PATCH] Update index.html Add `readonly` attribute to `.in` input field - Added the `readonly` attribute to the input element with class `in` to prevent direct user input via the keyboard while still allowing dynamic updates through JavaScript.(Keyboard input is already handled by JavaScript, so no need for manual input in the input field) --- index.html | 93 +++++++++++++++++++++++------------------------------- 1 file changed, 39 insertions(+), 54 deletions(-) diff --git a/index.html b/index.html index a1c2928..259bdf0 100644 --- a/index.html +++ b/index.html @@ -1,62 +1,47 @@ +
- - -