1 2 3 4 5 6
<script lang="ts"> import { page } from '$app/state'; </script> <h2 class="text-2xl">HTTP {page.status}</h2> <p>{page.error?.message}</p>