diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-08-08 14:42:07 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-08-08 14:42:07 +0300 |
| commit | a6163888f3c56123b1db313743c6147ba498732c (patch) | |
| tree | ff7d15d991d1d09ba6cbc0cec80924f57445bfdd /third_party/uip-1.0/apps/webserver/httpd-fs/404.html | |
| parent | c3e4c9a25c2910d2d66d52215b3406b13d5b23d5 (diff) | |
Add third_party libs
Diffstat (limited to 'third_party/uip-1.0/apps/webserver/httpd-fs/404.html')
| -rw-r--r-- | third_party/uip-1.0/apps/webserver/httpd-fs/404.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/uip-1.0/apps/webserver/httpd-fs/404.html b/third_party/uip-1.0/apps/webserver/httpd-fs/404.html new file mode 100644 index 0000000..43e7f4c --- /dev/null +++ b/third_party/uip-1.0/apps/webserver/httpd-fs/404.html @@ -0,0 +1,8 @@ +<html>
+ <body bgcolor="white">
+ <center>
+ <h1>404 - file not found</h1>
+ <h3>Go <a href="/">here</a> instead.</h3>
+ </center>
+ </body>
+</html>
\ No newline at end of file |
