From ca23121120715be5ff13ec530b5d0d8de7ddbce6 Mon Sep 17 00:00:00 2001 From: chrisxu2016 <823254351@qq.com> Date: Thu, 25 May 2017 14:29:26 +0800 Subject: [PATCH] add 404 pages --- 404.html | 16 ++++++++++++++++ 404.md | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100755 404.html delete mode 100755 404.md diff --git a/404.html b/404.html new file mode 100755 index 00000000000..5b1dfc47aff --- /dev/null +++ b/404.html @@ -0,0 +1,16 @@ +--- +title: 404 +layout: page +permalink: /404.html +--- + + + +

Error 404. Nothing was found :(

+
+

This is not the correct link you are looking for.

+ +

Please go to [homepage](/) or contact us: paddle-dev@baidu.com

+ +
+

## The page will redirect to the homepage after 5 seconds.....

diff --git a/404.md b/404.md deleted file mode 100755 index 7663b76b3bf..00000000000 --- a/404.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: 404 -layout: page -permalink: /404.html ---- - - - -## Error 404. Nothing was found :( - -This is not the correct link you are looking for. - -Please go to [homepage](/) or contact us: paddle-dev@baidu.com - - -## The page will redirect to the homepage after 5 seconds..... \ No newline at end of file -- GitLab