| Current Path : /var/www/html/kpsingh/kpsingh/ |
| Current File : /var/www/html/kpsingh/kpsingh/login.php |
<?php $title = "Admin Login"; $content = '<link rel = "stylesheet" type = "text/css" href = "css/login.css"> <form method = "POST" action = "check-login.php" id = "login-form" > <label for = "username">Username:</label> <input type="text" name="username" id = "username" ><br><br> <label for = "password">Password: </label> <input type="password" name="password" id = "password"><br><br> <button type="submit" id = "login-button">Login</button> </form>'; $msg = $_GET['msg']; include 'template.php'; ?> <p id = "errmsg"><?php echo $msg;?></p>