Add 404.html (#412)
This commit is contained in:
parent
ce15b088f9
commit
3ca88834a2
|
|
@ -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>
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
{% if page.redirect %}<meta http-equiv="refresh" content="3; url={{ site.baseurl | prepend: site.url }}/" />{% endif %}
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
{% include scripts/mathjax.html %}
|
{% include scripts/mathjax.html %}
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue