Add basic 404 page
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>404</title>
|
||||
</head>
|
||||
<body>
|
||||
This page could not be found, sorry for the inconvenience
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user