# Synthetic offline frontend fixture
Task: Inspect the complete HTML below without a browser. The search button submits a site search. The chart image is the only representation of the labeled quarterly revenue result.
```html
<!doctype html>
<html lang="en">
<head><meta charset="utf-8"><title>Cedar dashboard</title></head>
<body>
<!-- H1 --> <h1>Cedar dashboard</h1>
<!-- H2 --> <form action="/search"><input name="q" type="search"><button type="submit" aria-label="Search">Go</button></form>
<!-- H3 --> <a href="#pricing">View pricing</a>
<!-- H4 --> <section id="plans"><h2>Plans</h2></section>
<!-- H5 --> <img src="revenue.png" alt="">
<!-- H6 --> <p id="status">Ready</p><p id="status">Updated</p>
</body>
</html>
```
No CSS, image file, running service, or browser observations are supplied. H1–H6 are stable evidence identifiers, not heading levels.
