diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..688882b --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,21 @@ +--- +import Layout from '../layouts/Layout.astro'; +--- + +
+
+
+

Page Not Found

+

Sorry, the page you are looking for does not exist.

+

+ Head back to the front page or explore the + documentation. +

+

+ If you followed a broken link on flix.dev, feel free to report it on + GitHub. +

+
+
+
+