ocarina/html/web_radio.html
Bryan Schumaker f05e6c6336 Set default page
During startup, we should check if the initial page exists.  If it
doesn't we will switch to the default page instead.
2010-12-03 08:35:15 -05:00

23 lines
374 B
HTML

<html>
<body>
<table width=100% height=100%><tr>
<td align="center" valign="middle">
<table>
<tr>
<td align="center"> <u>Select a radio station</u> </td>
</tr>
<tr>
<td align="center"> <a href="http://www.pandora.com">Pandora</a> </td>
</tr>
<tr>
<td align="center"> <a href="http://www.grooveshark.com">Grooveshark</a> </td>
</tr>
</table>
</body>
</html>