Add catch all server with default error page

This commit is contained in:
2016-03-25 17:51:56 +01:00
parent 270c2b97fc
commit f28132bd23
4 changed files with 24 additions and 0 deletions

10
index.html Normal file
View File

@@ -0,0 +1,10 @@
<html>
<head>
<title>Ooops - Not found</title>
</head>
<body>
<h1>Ooops - Not found</h1>
<h2>Sorry, the requested page was not found!</h2>
</body>
</html>