main
inicio
This commit is contained in:
27
views/admin/login_sistemas.php
Normal file
27
views/admin/login_sistemas.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Login Sistemas</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<body class="bg-light">
|
||||
<div class="container mt-5" style="max-width: 400px;">
|
||||
<h4 class="mb-4 text-center">Acceso Administrativo</h4>
|
||||
<form action="/IMPORTADORES/sistemas/login" method="POST">
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Correo</label>
|
||||
<input type="email" name="email" class="form-control" required>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Contraseña</label>
|
||||
<input type="password" name="clave" class="form-control" required>
|
||||
</div>
|
||||
<div class="d-grid">
|
||||
<button class="btn btn-primary">Entrar</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user