Correção de de erros
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="stylelog.css">
|
||||
<link rel="stylesheet" href="login.css">
|
||||
<link rel="icon" href="imagens/icone.png">
|
||||
<title>Login</title>
|
||||
</head>
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
<h3 class="mens">Faça seu login</h3>
|
||||
|
||||
<form method="POST" action="login.html">
|
||||
<form method="POST" action="calendario.html">
|
||||
<div class="campo">
|
||||
<label for="emailid">Email</label>
|
||||
<input type="email" placeholder="Digite seu email" name="email" id="emailid" required>
|
||||
@@ -32,7 +32,7 @@
|
||||
<label for="senhaid">Senha</label>
|
||||
<input type="password" placeholder="Digite sua senha" name="senha" id="senhaid" required>
|
||||
</div>
|
||||
<button type="submit" id="logbtn"><a href="calendario.html">Logar</button>
|
||||
<button type="submit" id="logbtn">Logar</button>
|
||||
</form>
|
||||
<p class="mens"><a href="cadastro.html" id="linkcada">Cadastrar-se</a></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user