Minor fixes
This commit is contained in:
@@ -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: <input type="text" name="login_username" placeholder="Username"><br />
|
||||
Username: <input type="text" name="login_username" placeholder="Username"><br />
|
||||
Password: <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>
|
||||
|
||||
Reference in New Issue
Block a user