diff options
Diffstat (limited to 'src/civetweb/test/error404.htm')
-rw-r--r-- | src/civetweb/test/error404.htm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/civetweb/test/error404.htm b/src/civetweb/test/error404.htm new file mode 100644 index 00000000..357db2ce --- /dev/null +++ b/src/civetweb/test/error404.htm @@ -0,0 +1,10 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
+ "http://www.w3.org/TR/html4/frameset.dtd">
+<HTML>
+<HEAD>
+<TITLE>Error</TITLE>
+</HEAD>
+<BODY>
+Custom error page
+</BODY>
+</HTML>
\ No newline at end of file |