Listing 1. HTML Test Page

<html>
<head>
<title>Testing Boa</title>
</head>
<body>
<h1>Boa Test Page</h1>
<p>
This is a test page I wrote to be served by Boa.
No exciting content here, just standard html.
<ul>
    <li> <a href="http://embedded.linuxjournal.com">
         Link to the ELJ web page</a>
    <li> <a href="http://www.boa.org">
         Link to the Boa web page</a>
    <li> <a href="/cgi-bin/testme.cgi">
         CGI test page</a>
</ul>
</body>
</html>