Minor fixes
This commit is contained in:
@@ -44,12 +44,13 @@
|
|||||||
<div class="message">
|
<div class="message">
|
||||||
<p><?php if($_SESSION['loginError']!=""){ echo $_SESSION['loginError']; } ?></p>
|
<p><?php if($_SESSION['loginError']!=""){ echo $_SESSION['loginError']; } ?></p>
|
||||||
</div>
|
</div>
|
||||||
<h2><font color="white">Please Login</h2>
|
<h2>Please Login</h2>
|
||||||
<form action="" method="post">
|
<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 />
|
Password: <input type="password" name="login_password" placeholder="Password"><br />
|
||||||
<br />
|
<br />
|
||||||
<input type="submit" class="button">
|
<input type="submit" class="button">
|
||||||
|
<a href="/signup.php" class="button">Signup</a>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user