mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-03 12:53:52 -04:00
Add in web server to RX/IAR demo application.
This commit is contained in:
parent
c7fbe1d601
commit
9c3e8b0228
28 changed files with 6562 additions and 156 deletions
8
Demo/RX600_RX62N-MDK_IAR/webserver/httpd-fs/404.html
Normal file
8
Demo/RX600_RX62N-MDK_IAR/webserver/httpd-fs/404.html
Normal file
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue