Added discussion feature to site.
[Assignment-Trapper.git] / login.php
blobaee48606296cd8a29aea74992862646c412eeca5
1 <?php include("header.php"); ?>
3 <form action='index.php' method="post">
4 <center>
5 <table>
6 <tr><td>e-mail:</td><td><input type="text" id="username"></td></tr>
7 <tr><td>password:</td><td><input type="password" id="password"></td></tr>
8 <tr><td><input type="submit" value="Login" onClick="set_cookie();"/></td><td><a href="login_forget.php">Forgot your password?</a></td></tr>
9 </table><br>
10 </center>
11 </form>
13 <?php include_once("footer.php"); ?>