--- name: infopage description: Create clean, single-file HTML pages for displaying information. Use for quick reference pages, comparisons, lists, or any data you want to view in a browser. --- # Infopage Create document-style HTML pages. Utilitarian, readable, no decoration. ## Style Warm, readable, classic. Serif typography with subtle color accents. ## Color Palette | Name | Hex | |------|-----| | cream | `#f5f3e8` | | black | `#222` | | red | `#db5439` | | pink | `rgba(220, 84, 57, 0.5)` | | gold | `#eebe6d` | ### Valid Combinations | Background | Text | |------------|------| | cream | black | | red | black | | pink | black | | gold | black | | black | cream | | black | gold | Use any combination, but: - **Cards must all use the same combination** - **Page background must differ from card background** ## Base Template ```html
SUBTITLE
Body text goes here.
| Name | Value |
|---|---|
| Item | Details |
Note: Important information here.