const font = ''; const cssFile = ''; const h1 = '

404 | This page could not be found

'; const button = 'Back to Base Docs'; exports.html = `${font}${cssFile}${h1}
${button}
`;