Add 404.html (#412)

This commit is contained in:
Rohan Deb Sarkar 2021-10-04 05:36:46 +05:30 committed by GitHub
parent ce15b088f9
commit 3ca88834a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

9
404.html Normal file
View File

@ -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
---
<p>You will be redirected to the main page within 3 seconds. If not redirected, please click <a href="{{ site.baseurl | prepend: site.url }}/">here</a>.</p>

View File

@ -2,6 +2,7 @@
<html>
<head>
{% if page.redirect %}<meta http-equiv="refresh" content="3; url={{ site.baseurl | prepend: site.url }}/" />{% endif %}
{% include head.html %}
{% include scripts/mathjax.html %}
</head>