1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4 <title>pico test page
</title>
7 <h2>The pico tiny web server - powered by
<a href=
"http://erlang.org/">Erlang
</a></h2>
10 <img src=
"erlang.gif">
13 <img src=
"erlang.jpg">
15 <p><a href=
"test.txt">Text file
</a>
16 <p><a href=
"junk.bin">Binary file
</a>
17 <p><a href=
"missing.html">Broken link
</a>
19 <form action=
"form-action" method=POST
>
20 <input type=text
value=
"Some input" name=field1 size=
15>
21 <input type=submit
value=
"Test form POST">