<HTML>
<HEAD>
<TITLE>A Simple Java Server Page</TITLE>
</HEAD>
<BODY>
<H3 ALIGN="CENTER">
The current signal strength (0 to 10) is
<FONT COLOR="RED">
<%= (int) (Math.random() * 10) %>
</FONT>
</H3>
<H4 ALIGN="CENTER">(Refresh the page to see if the signal strength changes...)</H4>
</BODY>
</HTML>