diff --git a/src/content/error.rs b/src/content/error.rs index 902ec97..fb84c4b 100644 --- a/src/content/error.rs +++ b/src/content/error.rs @@ -3,6 +3,15 @@ use yew::prelude::*; #[function_component] pub fn NotFound() -> Html { html! { -

{"404 - Not Found"}

+
+
+

{"Ooops"}

+
+

{ + "This page wasn't found :/" + }

+
+
+
} -} \ No newline at end of file +}