Add catch all server with default error page
This commit is contained in:
10
index.html
Normal file
10
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user