| 123456789101112131415161718192021222324252627 |
- <html>
- <head />
- <body>
- <img src="nutos.png"><p>
- <h1>Welcome to Nut/OS</h1>
- <a href="asp.asp">ASP demo</a><p>
- <a href="ssi.shtml?parameter1=hello¶meter2=world">SSI demo</a><p>
- <h2>CGI Samples</h2>
- <h3>System Info</h3>
- Login: root<br>
- Password: root<p>
- <a href="/admin/cgi-bin/threads.cgi">Thread list</a><p>
- <a href="/admin/cgi-bin/timers.cgi">Timer list</a><p>
- <a href="/admin/cgi-bin/sockets.cgi">Socket list</a><p>
- <h3>Parameters and Form</h3>
- Login: user<br>
- Password: user<p>
- <a href="/user/cgi-bin/test.cgi?Ethernut">Parameter demo</a><p>
- <a href="form.html">Form demo</a><p>
- </body>
- </html>
|