diff --git a/docs/overrides/404.html b/docs/overrides/404.html new file mode 100644 index 000000000..933a1873b --- /dev/null +++ b/docs/overrides/404.html @@ -0,0 +1,124 @@ +{% extends "main.html" %} + +{% block content %} +

Page Not Found

+

The page you're looking for doesn't exist or has been moved.

+

Redirecting you to the documentation...

+

If you're not redirected, click here.

+ + +{% endblock %}