<html>
<link href="stylesheets/admin-panel.css" rel="stylesheet" type="text/css">
<form name="form1" method="post" action="admin.php">
<table width="300" border="0" align="center">
<tr>
<td class="text-design2">Administration Panel</td>
</tr>
<tr>
<td class="text-design1"><p>Successfully Logged Out!! Enter the Passcode Again to login again. </p>
</td>
</tr>
<tr>
<td class="text-design1">Passcode : </td>
</tr>
<tr>
<td><input name="passcode" type="password" id="passcode" size="50"></td>
</tr>
<tr>
<td class="text-design2"><input name="Submit" type="submit" class="text-box2" value="Submit"></td>
</tr>
</table>
</form>
</html>