mirror of
https://github.com/AmanTahiliani/box-box.git
synced 2026-08-08 04:06:18 -04:00
18 lines
702 B
HTML
18 lines
702 B
HTML
|
|
<!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>
|