<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Ban Control - Admin Login</title> <link href="template/basic.css" rel="stylesheet" type="text/css" /> </head> <body> <form name="form1" method="post" action="include/checklogin.php"> <div align="center"> <table class="table" width="300" class="table"> <tr class="table_header"> <td colspan="2">Ban Control - Admin login</td> </tr> <tr class="row1"> <td>Username</td> <td><input name="username" type="text" id="username"></td> </tr> <tr class="row2"> <td>Password</td> <td><input name="password" type="password" id="password"></td> </tr> <tr class="row1"> <td> </td> <td><input type="submit" name="Submit" value="Login"></td> </tr> </table> </div> </form> <p align="center"><br>Powered by <a href="http://www.friendsinwar.com" target="_phpbb" class="copyright">Ban Control</a> © 2012 Friends in War</p> </body> </html>