import { htmlDocument, prettify } from "antihtml"; export const index = htmlDocument( prettify( My Website

My Website

Hello world!

) );