Auto merge of #8650 - Wafflespeanut:about-404, r=Wafflespeanut

Redirect to an error page on 404!

fixes #7658

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8650)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-11-26 22:47:03 +05:30
commit 831979d6a7
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