source: network-demos/http/shttpd_index.html @ a6ab732

network-demos-4-9-branch network-demos-4-9-6
Last change on this file since a6ab732 was e8722e7, checked in by Joel Sherrill <joel.sherrill@…>, on 09/07/07 at 23:32:00

2007-09-07 Joel Sherrill <joel.sherrill@…>

  • shttpd_index.html: Fix URL for shttpd.
  • Property mode set to 100644
File size: 913 bytes
Line 
1<HTML>
2<HEAD><TITLE>RTEMS Simple HTTPD Web Server Test Page</TITLE></HEAD>
3<BODY BGCOLOR="FFFFFF">
4<table>
5<tr>
6  <td width="40%">
7    <A HREF="http://www.rtems.org">
8      <IMG align=right BORDER=0 SRC="rtems_logo.jpg" ALT="RTEMS"> </A>
9  <td>
10  <td width="20%"></td>
11  <td width="40%">
12    <A HREF="http://shttpd.sourceforge.net/">
13      <IMG align=left BORDER=0 SRC="shttpd.png" ALT="Simple HTTPD"> </A>
14  <td>
15  <td width="10%"></td>
16</tr>
17</table>
18<BIG>
19<P>Congratulations, you have successfully loaded your first page
20from the Simple HTTPD Web Server running on RTEMS.
21</P>
22
23</P>
24This RTEMS program includes some dynamic web pages.  Check
25out the following links for examples:
26</P>
27<UL>
28  <LI><A HREF="queries?cpuuse_report">CPU Usage -- Report</LI>
29  <LI><A HREF="queries?cpuuse_reset">CPU Usage -- Reset</LI>
30  <LI><A HREF="queries?stackuse_report">Stack Usage -- Report</LI>
31</UL>
32</big>
33
34</BODY></HTML>
Note: See TracBrowser for help on using the repository browser.