diff options
Diffstat (limited to 'customization/errorpage/404.shtml')
-rw-r--r-- | customization/errorpage/404.shtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/customization/errorpage/404.shtml b/customization/errorpage/404.shtml new file mode 100644 index 0000000..714e4e0 --- /dev/null +++ b/customization/errorpage/404.shtml @@ -0,0 +1,6 @@ +<!--#set var="ERRORPAGE_CODE" value="404" --> +<!--#set var="ERRORPAGE_TEXT" value="Not Found" --> + +<!--#include file="header.shtml" --> + <div>The requested resource was not found on this server.</div> +<!--#include file="footer.shtml" -->
\ No newline at end of file |