aboutsummaryrefslogtreecommitdiffstats
path: root/resources/not-found.html
diff options
context:
space:
mode:
authorRavi Shankar <wafflespeanut@gmail.com>2015-11-25 02:30:07 +0530
committerRavi Shankar <wafflespeanut@gmail.com>2015-11-26 11:20:42 +0530
commitb17ca9bdc1dd16706f24a27807f34a48fd2e9735 (patch)
tree692455d481a88f5f090997865a60728cbe97d3d4 /resources/not-found.html
parent3eef814c4df2d3172b2ca88284a919dcd51495a9 (diff)
downloadservo-b17ca9bdc1dd16706f24a27807f34a48fd2e9735.tar.gz
servo-b17ca9bdc1dd16706f24a27807f34a48fd2e9735.zip
Redirect to an error page when file's not found
Diffstat (limited to 'resources/not-found.html')
-rw-r--r--resources/not-found.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/not-found.html b/resources/not-found.html
new file mode 100644
index 00000000000..75e33f7e4d4
--- /dev/null
+++ b/resources/not-found.html
@@ -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>