mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-23 15:01:56 -04:00
14 lines
284 B
HTML
14 lines
284 B
HTML
<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> |