diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..67dbdf4 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,19 @@ +--- +import AddressBar from "../components/AddressBar.astro"; +import Layout from "../layouts/Layout.astro"; +import Library from "../components/Library.astro"; +import Footer from "../components/Footer.astro"; + +export const prerender = false; + +--- + + +
+

+ 404: Not Found +

+
+ +