# simple-beautiful-page

A tiny, elegant one-page static site with a centered typographic hero.

## Run locally

Open [`index.html`](./index.html) directly in any modern browser. No build step, dependencies, or local server are required.

```bash
# macOS
open index.html

# Linux
xdg-open index.html

# Windows PowerShell
Start-Process index.html
```

## Project files

- `index.html` — semantic HTML structure and visible page content.
- `style.css` — responsive layout, typography, colors, and spacing.
- `app.js` — thin DOM-ready enhancement hook.
- `docs/design-reference.png` — visual design reference.

The design uses a warm white background, near-black serif heading, muted gray supporting copy, and a short ochre divider. JavaScript is intentionally minimal; the browser renders the page directly from the HTML and stylesheet.

The files have not been executed or independently verified in this handoff.