Add 404.html.

This commit is contained in:
Zhang Huangbin 2018-07-26 18:00:32 +02:00
parent c390e14ef2
commit 38f49f45fc
1 changed files with 9 additions and 0 deletions

9
html/404.html Normal file
View File

@ -0,0 +1,9 @@
<head>
<head>
<meta http-equiv="refresh" content="5">
<title>Page not found</title>
</head>
<body>
<p>The page you're looking for does not exist. Redirecting to home page in 5 seconds.</p>
</body>
</head>