From 3ca88834a2c334f0b44184bae42750a5e1cf3910 Mon Sep 17 00:00:00 2001 From: Rohan Deb Sarkar Date: Mon, 4 Oct 2021 05:36:46 +0530 Subject: [PATCH] Add 404.html (#412) --- 404.html | 9 +++++++++ _layouts/default.html | 1 + 2 files changed, 10 insertions(+) create mode 100644 404.html diff --git a/404.html b/404.html new file mode 100644 index 000000000000..929fc572ae3e --- /dev/null +++ b/404.html @@ -0,0 +1,9 @@ +--- +layout: page +permalink: /404.html +title: "Page not found" +description: "Looks like there has been a mistake. Nothing exists here." +redirect: true +--- + +

You will be redirected to the main page within 3 seconds. If not redirected, please click here.

diff --git a/_layouts/default.html b/_layouts/default.html index b0aa49b6b85c..8e0d8ec57557 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,6 +2,7 @@ + {% if page.redirect %}{% endif %} {% include head.html %} {% include scripts/mathjax.html %}