hjkhjkjhkhjkgjghjhgjhgjghjhghjghjhgjjnbvnvbnvk
bnmbnmbnhjkhjkhjkhjktyutyutyuytutyutyutyhgjgjghjgjghjguytutyry
/
home
/
b4h4ej4a6kj6
/
public_html
/
maheunitedkolkata.com
/
c-panel
/
Upload FileeE
HOME
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Mahe United Kolkata - ADMIN PANEL</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> <link rel="stylesheet" type="text/css" href="css/style.css"> <link rel="apple-touch-icon" href="image/fav_icon.png" > <link rel="icon" href="image/fav_icon.png" sizes="32x32" type="image/png"> </head> <body> <main> <section class="log-in"> <div class="container"> <div class="card"> <img src="img/logo.png" alt=""> <h2>Mahe United Kolkata</h2> <form class="form" id="castomerloginform" action="login.php" method="POST"> <input type="email" id="email" name="email" placeholder="Username" required> <input type="password" id="pwd" name="pwd" placeholder="Password" required> <button type="submit" id="btn_login">Login</button> </form> </div> </div> </section> </main> </body> <script src="js/bootstrap.bundle.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bs5-lightbox@1.8.3/dist/index.bundle.min.js"></script> <script> document.querySelectorAll('.my-lightbox-toggle').forEach(el => el.addEventListener('click', Lightbox.initialize)); </script> <script src="https://kit.fontawesome.com/30e21e9647.js" crossorigin="anonymous"></script> <script> (function($) { "use strict"; $(".toggle-password").click(function() { $(this).toggleClass("fa-eye fa-eye-slash"); var input = $($(this).attr("toggle")); if (input.attr("type") == "password") { input.attr("type", "text"); } else { input.attr("type", "password"); } }); })(jQuery); </script> </html>