<html> <head> <title>Sample page for the server</title> </head> <!-- Background white, links blue (unvisited), navy (visited), red (active) --> <body bgcolor='#ffffff' text='#000000' link='#0000ff' vlink='#000080' alink='#ff0000'> <center><h1>This is the sample home page for the WEBSMART server.</h1></center> <p>If you want to serve additional pages using WEBSMART, place them in the /www/websmart/htdocs directory. To serve a different home page than this one, replace the index.html file in that directory.</p> <p>To learn more, please refer to the list of documentation available on the <a href='http://www.ibm.com/servers/eserver/iseries/software/http/docs/doc.htm'>HTTP server documentation page</a>.</p> </body> </html>