sitegen/src/q+a/pages/q+a.404.marko

11 lines
222 B
Text
Raw Normal View History

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