commit | 82f67175c82b90d4960abca62ca6a86b663a980b | [log] [tgz] |
---|---|---|
author | James D <153425+jdailey@users.noreply.github.com> | Tue Jun 18 10:24:44 2024 -0700 |
committer | GitHub <noreply@github.com> | Tue Jun 18 10:24:44 2024 -0700 |
tree | 1ee32b8cd857a7df12d127ac2ce03f6f7d93db38 | |
parent | 7ac17d26c2f4018b3f833dd2ceb93d8f9a98dbcf [diff] |
Update 404.html
diff --git a/404.html b/404.html index 9c6ec88..1ebeaf7 100644 --- a/404.html +++ b/404.html
@@ -1,4 +1,9 @@ -You have reached an error page. - -Return to fineract.apache.org -Send email to dev@fineract.apache.org +<!DOCTYPE html> +<html> +<body> +<h1>404</h1> +<h2>Sorry about that - You have reached an error page.</h2> +<p>Return to <a href="https://fineract.apache.org> Fineract Homepage </a> </p> +<p> Or send an email to dev@fineract.apache.org </p> +</body> +</html>