You are on page 1of 1

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Login</title>
<link rel="stylesheet" type="text/css" href="../style/bootstrap.min.css">
<link rel="shortcut icon" href="../source/images/icono.ico">
</head>
<body>

<div>

<!--Inicio card-->

<div class="card col-xs-12 col-md-4" style="margin-left: auto; margin-


right: auto; margin-top: 130px;">
<div class="card-title" style="margin-left: auto; margin-right:
auto;">
<br><h1>Login</h1>
</div>
<div class="card-body">
<label>Usuario</label>
<input type="email" placeholder="Ingrese usuario"
class="form-control">
<label>Password</label>
<input type="password" placeholder="Ingrese password"
class="form-control"><br>
<input class="btn btn-info" type="submit" value="Ingresar">

</div>
</div>
<!--Fin card-->

</div>

</body>
</html>

You might also like