Anypage

The URL is the content.

This page demonstrates how content can be encoded directly into a URL.

The page is described by a JSON object with these attributes:

{
    "h1": "This is the title",
    "h2": "This is the subtitle",
    "body": "The quick brown fox...",
    "footer": "This is the footer"
}

Encode the JSON as Base64 and append it to the URL's query string, like this.