Add basic 404 page

This commit is contained in:
Raymonzut
2020-06-16 17:13:47 +02:00
parent fb5fc2ede2
commit cf1ef4257c
2 changed files with 15 additions and 0 deletions
+10
View File
@@ -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>