Redirect to an error page when file's not found

This commit is contained in:
Ravi Shankar 2015-11-25 02:30:07 +05:30
parent 3eef814c4d
commit b17ca9bdc1
4 changed files with 24 additions and 5 deletions

9
resources/not-found.html Normal file
View file

@ -0,0 +1,9 @@
<html>
<head>
<title>about:not-found</title>
</head>
<body>
<!-- courtesy of https://mozillians.org/blahblah -->
<img src="tumbeast.png">
</body>
</html>

BIN
resources/tumbeast.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB