From 8d01464fc5d14b433306c0c6636f726c9c1becbd Mon Sep 17 00:00:00 2001 From: zyqunix Date: Fri, 15 Nov 2024 15:29:18 +0100 Subject: [PATCH] keyboard main --- click/index.html | 2 +- keyboard/index.html | 51 ++++++++++++++ keyboard/script.js | 168 ++++++++++++++++++++++++++++++++++++++++++++ keyboard/style.css | 168 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 388 insertions(+), 1 deletion(-) create mode 100644 keyboard/index.html create mode 100644 keyboard/script.js create mode 100644 keyboard/style.css diff --git a/click/index.html b/click/index.html index f003ce0..1de4309 100644 --- a/click/index.html +++ b/click/index.html @@ -12,7 +12,7 @@