Server IP : 184.154.167.98 / Your IP : 18.223.205.151 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/rh/ |
Upload File : |
<!DOCTYPE html> <html lang="es"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Inicio de Sesión</title> <!-- CSS --> <link href="/favicon.ico" rel="shortcut icon"> <link href="https://framework-gb.cdn.gob.mx/assets/styles/main.css" rel="stylesheet"> <!-- Respond.js soporte de media queries para Internet Explorer 8 --> <!-- ie8.js EventTarget para cada nodo en Internet Explorer 8 --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/ie8/0.2.2/ie8.js"></script> <![endif]--> </head> <body> <!-- Contenido --> <main class="page"> <div class="container"> <center><h3>Control de Recursos Humanos</h3></center> <center> <br> <center><img src="logo.png" width="200" height="260"/></center> <form action="autenticacion.php" method="post"> <label for="username"> <i class="fas fa-user"></i> </label> <br> <input type="text" name="username" placeholder="Usuario" id="username" required> <br> <label for="password"> <i class="fas fa-lock"></i> </label><br> <input type="password" name="password" placeholder="Contraseña" id="password" required><br><br> <input type="submit" value="Acceder"> <br><br> </form> </center> </div> </main> <!-- JS --> <script src="https://framework-gb.cdn.gob.mx/gobmx.js"></script> </body> </html>