From 62e9a6432ead3ac820de1a4487a9e484b5a5209e Mon Sep 17 00:00:00 2001 From: Manuel Da Pena <65864237+mdapena@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:44:09 -0400 Subject: [PATCH] Add custom 404 page to documentation --- docs/.overrides/404.html | 50 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 docs/.overrides/404.html diff --git a/docs/.overrides/404.html b/docs/.overrides/404.html new file mode 100644 index 0000000..0715f9c --- /dev/null +++ b/docs/.overrides/404.html @@ -0,0 +1,50 @@ +{% extends "main.html" %} + + +{% block content %} + + + + +
+

404 - Page Not Found

+ +

+ We're sorry, but we couldn't find a page at the path . +

+ +

+ Try searching or go to Pyventus' homepage. +

+
+ + + Gray Clouds Background + + + +{% endblock %} \ No newline at end of file