[object Object]

← back to Blockprintedwallpaper

seo/a11y: add visually-hidden <h1> (site name) for heading semantics — zero visual change

8a081c5f60d8ace3abb974aa2d124e5f4d5c30bb · 2026-06-03 20:27:43 -0700 · SteveStudio2

Files touched

Diff

commit 8a081c5f60d8ace3abb974aa2d124e5f4d5c30bb
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Wed Jun 3 20:27:43 2026 -0700

    seo/a11y: add visually-hidden <h1> (site name) for heading semantics — zero visual change
---
 public/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/index.html b/public/index.html
index bd9b538..4162c73 100644
--- a/public/index.html
+++ b/public/index.html
@@ -235,6 +235,7 @@ textarea:focus-visible,
 <!-- End Meta Pixel -->
 </head>
 <body>
+<h1 style="position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0">Block Printed Wallpaper</h1>
 <!-- Theme toggle (theme1 / theme2) — query-param-gated preview surface
      (Steve 2026-05-29). ?theme=2 in URL flips to theme2 and persists in
      localStorage. Toggle UI hidden until theme2 mode active. Same key

← 72ee0dc a11y: add aria-label to contact/sample form inputs (zero vis  ·  back to Blockprintedwallpaper  ·  step2 vendor-leak fix: dual-key /sample resolver + handle_di 108b6ec →