From a74bf6f8a52cf8ca93ecd15652576e9dc9ef6c9a Mon Sep 17 00:00:00 2001 From: testtest126 <44771568+testtest126@users.noreply.github.com> Date: Thu, 23 Jul 2026 22:35:00 +0200 Subject: [PATCH] Fix missing viewport/head meta on the-fleet pages (mobile rendering) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All five /chess/the-fleet/* pages (index, night-two through night-five) were bare fragments with no , , or — they started directly at . With no viewport meta, mobile browsers fall back to a 980px desktop layout width and shrink everything to pinch-to-zoom size (confirmed: window.innerWidth reported 980 on a 390px viewport, vs 390 on /chess/, which already has the meta). Wraps each page's existing content in the same scaffold /chess/index.html uses (doctype, <html lang="en">, <head> with charset + viewport, closing </head><body> after the head-level <style> block, </body></html> at the end) — no visible content, styles, or the codex dark theme touched. Verified locally: served the fixed docs/ tree, resized to a 390x844 viewport, and confirmed window.innerWidth now reports 390 (not 980) with the viewport meta present, on both the index and night-four pages. Screenshot confirms the dark codex theme renders unchanged, full-width, readable. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> --- docs/the-fleet/index.html | 10 +++++++++- docs/the-fleet/night-five/index.html | 10 +++++++++- docs/the-fleet/night-four/index.html | 10 +++++++++- docs/the-fleet/night-three/index.html | 10 +++++++++- docs/the-fleet/night-two/index.html | 10 +++++++++- 5 files changed, 45 insertions(+), 5 deletions(-) diff --git a/docs/the-fleet/index.html b/docs/the-fleet/index.html index ffce8db..444a9c4 100644 --- a/docs/the-fleet/index.html +++ b/docs/the-fleet/index.html @@ -1,3 +1,8 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1"> <title>How the Legents Talked - + +

And then, one.

} })(); + + diff --git a/docs/the-fleet/night-five/index.html b/docs/the-fleet/night-five/index.html index d84c174..54b212f 100644 --- a/docs/the-fleet/night-five/index.html +++ b/docs/the-fleet/night-five/index.html @@ -1,3 +1,8 @@ + + + + + How the Agents Talked — Who Verifies the Verifier - + +

A gate with teeth, and a keeper.

} })(); + + diff --git a/docs/the-fleet/night-four/index.html b/docs/the-fleet/night-four/index.html index 66c9b5f..054a37d 100644 --- a/docs/the-fleet/night-four/index.html +++ b/docs/the-fleet/night-four/index.html @@ -1,3 +1,8 @@ + + + + + How the Agents Talked — The Door That Held Too Well - + +

The lock only a person can open.

} })(); + + diff --git a/docs/the-fleet/night-three/index.html b/docs/the-fleet/night-three/index.html index d132cbb..9ba6bab 100644 --- a/docs/the-fleet/night-three/index.html +++ b/docs/the-fleet/night-three/index.html @@ -1,3 +1,8 @@ + + + + + How the Agents Talked — A Second Reader - + +

One knock. Not a chorus.

} })(); + + diff --git a/docs/the-fleet/night-two/index.html b/docs/the-fleet/night-two/index.html index 0e5df5a..e72f8d3 100644 --- a/docs/the-fleet/night-two/index.html +++ b/docs/the-fleet/night-two/index.html @@ -1,3 +1,8 @@ + + + + + How the Agents Talked — Night Two - + +

And then, wide.

} })(); + +