<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>OctopusNet</title> <link rel="stylesheet" type="text/css" href="/style.css"> <script type="text/javascript" src="/menu.js"></script> <!-- Add included scripts here --> <!-- Add page scripts here --> <script type="text/javascript"> </script> </head> <body> <table class="maintable" align="center"> <colgroup> <col width="182px"/> <col width="728px"/> </colgroup> <tr><td class="maintd" colspan="2"> <a href="http://www.digitaldevices.de"><img src="/BannerDD.jpg" alt="DD" width="910" height="130" /></a> </td></tr> <tr><td class="maintd" colspan="2"> </td></tr> <tr> <td class="maintd"><script type="text/javascript">CreateMenu();</script></td> <td class="content"> <div> <!-- Begin Content --> <table cellpadding="2px" align="center"> <tr> <td> <form action="beta.lua" method="get"> <input type="hidden" name="set" value="beta" > <input type="submit" value="Select Beta Update Server"> </form> </td> <td> <form action="beta.lua" method="get"> <input type="hidden" name="set" value="std" > <input type="submit" value="Select Standard Update Server"> </form> </td> </tr> </table> <!-- End Content --> </div> </td> </tr> <tr><td colspan="2"> </td></tr> </table> </body> </html>