Server IP : 167.86.112.62  /  Your IP : 216.73.216.27
Web Server : Apache
System : Linux vps.hostingboliviaonline.com 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User : hesfmvaw ( 1186)
PHP Version : 8.0.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/hesfmvaw/public_html/wpx/../LOGIN/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/hesfmvaw/public_html/wpx/../LOGIN/index.php
<!DOCTYPE html>
<html>

<head>
	<meta charset="utf-8">
	<title>login</title>
    <link rel="stylesheet" href="bootstrap/css/bootstrap.css">
    <style>
		td label{font-size:20pt;color:#000;}
	</style>
</head>

<body style="background:#c1e7ff">
<center>
  <div">
  <img src="img/logo png.png" alt="">
<h1 style="color:#000; ">Inicio de sesión </h1>
      
      <center>
       <div>
          <table border="0" align="center" valign="middle">
            <tr>
              <td rowspan=2>
              <!-- formulario acceso --> 
              <form action="validar.php" method="post">
              <table border="0">
                  <tr>
                      <td><label><b>Usuario:</b></label></td>
                      <td width=80> <input  style="border-radius:15px;" type="text" name="mail" requerid></td>
                  </tr>
                  
                  <tr>
                      <td><label>Contraseña:</b></label></td>
                      <td witdh=80><input style="border-radius:15px;" type="password" name="pass" requerid></td>
                  </tr>
                  
                  <tr>
                  	  <td></td>
                      <td width=100 align=center><input class="btn btn-primary" type="submit" value="Ingresar"></td>					      			  </tr>
               </table>       
                     
      		 </form>


			</td>
		</tr>
		</table>
	</div> 
 </center>
</body>
</html>