index.html 607 B

123456789101112131415161718192021222324252627
  1. <html>
  2. <head />
  3. <body>
  4. <img src="nutos.png"><p>
  5. <h1>Welcome to Nut/OS</h1>
  6. <a href="asp.asp">ASP demo</a><p>
  7. <a href="ssi.shtml?parameter1=hello&parameter2=world">SSI demo</a><p>
  8. <h2>CGI Samples</h2>
  9. <h3>System Info</h3>
  10. Login: root<br>
  11. Password: root<p>
  12. <a href="/admin/cgi-bin/threads.cgi">Thread list</a><p>
  13. <a href="/admin/cgi-bin/timers.cgi">Timer list</a><p>
  14. <a href="/admin/cgi-bin/sockets.cgi">Socket list</a><p>
  15. <h3>Parameters and Form</h3>
  16. Login: user<br>
  17. Password: user<p>
  18. <a href="/user/cgi-bin/test.cgi?Ethernut">Parameter demo</a><p>
  19. <a href="form.html">Form demo</a><p>
  20. </body>
  21. </html>