Commit inicial
This commit is contained in:
19
views/autenticar/index.ejs
Normal file
19
views/autenticar/index.ejs
Normal file
@@ -0,0 +1,19 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user