diff options
Diffstat (limited to 'src/ffluci/view')
-rw-r--r-- | src/ffluci/view/error404.htm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ffluci/view/error404.htm b/src/ffluci/view/error404.htm new file mode 100644 index 0000000000..adc671de00 --- /dev/null +++ b/src/ffluci/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: <%=os.getenv("PATH_INFO")%></tt> +<%+footer%>
\ No newline at end of file |