import { Head } from "$fresh/runtime.ts"; export default function Error403() { return ( <> 403 - Forbidden

403

); }