sitegen/src/q+a/pages/q+a.404.marko
2025-08-02 20:56:36 -04:00

10 lines
222 B
Text

export * as layout from "../layout.tsx";
export const meta: Metadata = {
title: "paper clover q+a",
};
<h2>sound the alarms</h2>
<p>this page doesn't exist</p>
<p>
<a href="/q+a">return to the questions list</a>
</p>