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, , with charset + viewport, closing
after the head-level
-
+
+