Create an HTML document from inline HTML
minimal_html(html, title = "")
html
HTML contents of page.
title
Page title (required by HTML spec).
minimal_html("<p>test</p>")