export default function Forbidden() { return ( <> <h1>Root Forbidden</h1> <div id="timestamp">{Date.now()}</div> </> ) }