Minor fixes

This commit is contained in:
William Miceli
2019-12-04 01:52:02 -05:00
parent 59711ac7f6
commit 2a8564dbdf

View File

@@ -44,12 +44,13 @@
<div class="message">
<p><?php if($_SESSION['loginError']!=""){ echo $_SESSION['loginError']; } ?></p>
</div>
<h2><font color="white">Please Login</h2>
<h2>Please Login</h2>
<form action="" method="post">
User&colon; <input type="text" name="login_username" placeholder="Username"><br />
Username&colon; <input type="text" name="login_username" placeholder="Username"><br />
Password&colon; <input type="password" name="login_password" placeholder="Password"><br />
<br />
<input type="submit" class="button">
<a href="/signup.php" class="button">Signup</a>
</form>
</body>
</html>