From b77feed56dfe1ab660d0df65fae9924f0df8c53b Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 09:53:05 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Add=20accessible=20'C?= =?UTF-8?q?opy'=20utility=20to=20code=20blocks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added a 'Copy' button to code blocks in os2.html with a terminal aesthetic. - Implemented robust copy-to-clipboard functionality with a legacy fallback. - Added immediate visual and accessible feedback ('COPIED!' text and ARIA label updates). - Ensured keyboard accessibility with focus states. - Refined implementation to avoid hardcoded IDs and support reusability. Co-authored-by: rtech-technologies <254326487+rtech-technologies@users.noreply.github.com> --- os2.html | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/os2.html b/os2.html index fb439ec..92b78ea 100644 --- a/os2.html +++ b/os2.html @@ -84,7 +84,14 @@
; OS*2 SYSTEM_INIT move rdi 10 ; ALLOC_SOVEREIGNTY @@ -148,6 +155,43 @@