This is the main content of the page.
*import { File } from "./file.js"; export type StaticHTMLFile = File; /** * Creates a static HTML file * * @example * // Create an HTML file with content * const page = await StaticHTMLFile("index.html", * ` * *
* * *This is the main content of the page.
*