Made cfs-based webserver example compatible with 8.3 file systems.
This commit is contained in:
parent
14940b65b8
commit
d1a75f73b3
2 changed files with 0 additions and 0 deletions
13
examples/webserver/httpd-cfs/notfound.htm
Normal file
13
examples/webserver/httpd-cfs/notfound.htm
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>404 - file not found
|
||||
</title>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
<h1 align="center">404 - file not found
|
||||
</h1>
|
||||
<h3 align="center">Go <a href="/">here</a> instead.
|
||||
</h3>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue