mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
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:
commit
831979d6a7
4 changed files with 24 additions and 5 deletions
9
resources/not-found.html
Normal file
9
resources/not-found.html
Normal 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
BIN
resources/tumbeast.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 78 KiB |
Loading…
Add table
Add a link
Reference in a new issue