forked from Gustavo/FrontFocusAgenda
Inicio do Desenvolvimento
This commit is contained in:
38
cadastro.html
Normal file
38
cadastro.html
Normal file
@@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Tcc parte2</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="card">
|
||||
|
||||
<h2>Crie sua conta</h2>
|
||||
<form>
|
||||
<div class="field">
|
||||
<label>E-mail</label>
|
||||
<input type="email" placeholder="email@exemplo.com">
|
||||
</div>
|
||||
<div class="field">
|
||||
<label>Usuario</label>
|
||||
<input type="text" placeholder="nome de usuario">
|
||||
</div>
|
||||
<div class="field">
|
||||
<label>Senha</label>
|
||||
<input type="password" placeholder="Digite sua senha">
|
||||
</div>
|
||||
<div class="field">
|
||||
<label>Confirmar Senha</label>
|
||||
<input type="password" placeholder="Confirme a senha">
|
||||
</div>
|
||||
<button type="submit">Cadastrar</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user