mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Redirect to an error page when file's not found
This commit is contained in:
parent
3eef814c4d
commit
b17ca9bdc1
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