Hello World

The smallest Sinuous example looks like this:

document.body.append(
html`
<h1>Hello, world!</h1>
`

);

It displays a heading saying “Hello, world!” on the page.