mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 14:16:28 +03:00
22 lines
1.0 KiB
HTML
22 lines
1.0 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Oracle visual fixture</title>
|
|
<style>
|
|
:root { --ink: #111; --paper: #fbf7ef; --accent: #1a4d8f; }
|
|
body { margin: 0; font-family: Palatino, Georgia, serif; color: var(--ink); background: var(--paper); }
|
|
header { padding: 32px 24px; border-bottom: 1px solid #ddd; }
|
|
h1 { font-size: 40px; line-height: 1.1; margin: 0 0 8px; }
|
|
p { max-width: 60ch; line-height: 1.55; }
|
|
.cta { display: inline-block; padding: 12px 20px; background: var(--accent); color: #fff; text-decoration: none; }
|
|
footer { padding: 24px; font-size: 14px; color: #555; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<header><h1>Oracle visual fixture</h1><p>A page with an incumbent visual system and no PRODUCT.md, so the harness sees the no-product-with-visuals branch.</p><a class="cta" href="#">Start</a></header>
|
|
<main><p>Body copy that pushes the file over the length threshold the visual-implementation heuristic uses, so this counts as an incumbent design.</p></main>
|
|
<footer>Fixture footer</footer>
|
|
</body>
|
|
</html>
|