mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-05 11:12:27 -05:00
First version under SVN is V4.0.1
This commit is contained in:
parent
243393860c
commit
b6df57c7e3
918 changed files with 269038 additions and 0 deletions
14
Demo/uIP_Demo_Rowley_ARM7/uip/fs/index.html
Normal file
14
Demo/uIP_Demo_Rowley_ARM7/uip/fs/index.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<head><title>uIP web server test page</title></head>
|
||||
|
||||
<frameset cols="*" rows="120,*" frameborder="no">
|
||||
<frame src="control.html">
|
||||
<frame src="about.html" name="main">
|
||||
</frameset>
|
||||
|
||||
<noframes>
|
||||
<body>
|
||||
Your browser must support frames
|
||||
</body>
|
||||
</noframes>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue