Common blocks and a bit of interactivity, to check that styles and scripts come along.
Columns

PNG test pattern

WebP gradient

JPG pattern
Buttons with internal links
Check: both links stay on the static domain. The first is written without a domain, the second with the original domain, which gets rewritten.
Table
| Feature | WordPress | Static copy |
|---|---|---|
| Pages, posts, archives | Yes | Yes |
| Forms | Yes | Yes, sent back to WordPress |
| Search | Yes | No |
| Comments | Yes | Off in this demo |
| Password protected pages | Yes | Left out |
Accordion
Does the static copy need PHP?
No. It is plain HTML, CSS, JavaScript and media files, served by nginx in this demo.
Quote
Fast pages and nothing to patch.
A relieved site owner
Domain in plain text
https://static.vincentrozenberg.com/demo-layout/
Check: on the static copy this shows the static domain. Every mention of the original domain is rewritten, text included.
Inline script
Check: the button counts clicks, so scripts written into the page still run.