tads4-express/views/autenticar/index.ejs

19 lines
514 B
Plaintext
Raw Normal View History

2024-10-04 01:47:02 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/stylesheets/style.css">
<title>Document</title>
</head>
<body>
<h1>Autenticar</h1>
<form action="" method="post">
<label for="">Usuario</label>
<input type="text" name="usuario" id="">
<label for="">Senha</label>
<input type="password" name="senha" id="">
<input type="submit" value="Enviar">
</form>
</body>
</html>