diff options
Diffstat (limited to 'web/src/view/error404.htm')
-rw-r--r-- | web/src/view/error404.htm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/src/view/error404.htm b/web/src/view/error404.htm new file mode 100644 index 000000000..60daee2cb --- /dev/null +++ b/web/src/view/error404.htm @@ -0,0 +1,5 @@ +<%+header%> +<h1>404 Not Found</h1> +<p>Sorry, the object you requested was not found.</p> +<tt>Unable to dispatch: <%=luci.http.env.PATH_INFO%></tt> +<%+footer%>
\ No newline at end of file |