import Link from 'next/link'; import Wordmark from '@/components/Wordmark'; export const metadata = { title: '404 — Signal Lost', }; export default function NotFound() { return (

TRANSMISSION INTERRUPTED

404

This page doesn't exist. The signal was lost.

Check the URL, head back to the slate, or open the Ledger to review past grades.

Back to Dashboard → Open the Ledger
); }