docs(review): add PR 69 browser QA packet

This commit is contained in:
2026-07-12 13:31:20 -04:00
parent f0a8e4e631
commit 910301d2ce
4 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PR #69 browser QA</title>
<style>body{margin:2rem;background:#111;color:#eee;font-family:system-ui,sans-serif}img{display:block;max-width:100%;margin:1rem 0 3rem;border:1px solid #444}h1{margin-bottom:.25rem}p{color:#bbb}</style>
</head>
<body>
<h1>PR #69 browser QA</h1>
<p>Race Story — hermetic seeded preview</p>
<h2>Desktop</h2>
<img src="screenshots/race-story-desktop.png" alt="Race Story desktop QA">
<h2>Mobile</h2>
<img src="screenshots/race-story-mobile.png" alt="Race Story mobile QA">
</body>
</html>