Reconfigure Project deleting old configuration of React that was not working
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="PT-br">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-compatible" content="ie=edge" />
|
||||
<title>AnalyTrick</title>
|
||||
|
||||
<!-- imports -->
|
||||
<link rel="stylesheet" type="text/css" href="./css/Mains/cadastro_main.css" />
|
||||
<script src="https://kit.fontawesome.com/6ffe26f1f6.js" crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<section>
|
||||
<div>
|
||||
<div>
|
||||
<div class="full_register">
|
||||
|
||||
<div class="left_decoration">
|
||||
<img src="/img/dashboard.png" alt="dashboard" id="Dashboard_img" />
|
||||
<span class="texto margintop destacado"> Não espere mais! Cadastre-se hoje mesmo e dê o
|
||||
primeiro passo rumo ao sucesso na AnalyTrick. </span>
|
||||
</div>
|
||||
|
||||
<div class="register_area">
|
||||
<a href="/index.html" class="alignitems"><img src="/img/Logo.png" alt="logo"
|
||||
id="logo_icon"></a>
|
||||
<span class="texto"> Potencialize suas vendas, alcance o sucesso. Inscreva-se na
|
||||
AnalyTrick.</span>
|
||||
|
||||
<form method="POST" action="" class="register_inputs">
|
||||
<input type="text" id="nome" name="nome" placeholder="Nome" class="Inputbox" />
|
||||
<input type="text" id="sobrenome" name="sobrenome" placeholder="Sobrenome"
|
||||
class="Inputbox" />
|
||||
<input type="email" id="e-mail" name="email" placeholder="E-mail" class="Inputbox" />
|
||||
<input type="password" id="senha" name="senha" placeholder="Senha" class="Inputbox" />
|
||||
<input type="password" id="confirme" placeholder="Confirme a senha" class="Inputbox" />
|
||||
<div class="margintop">
|
||||
<input type="checkbox" name="termos" /> <label for="termos">Aceito os <a
|
||||
href="/termos.html" class="Destacado">Termos e condições</a></label>
|
||||
</div>
|
||||
<button type="submit" class="Button margintop marginbottom">Criar conta</button>
|
||||
</form>
|
||||
<div>Já tem conta? <a href="./login.php" class="Destacado">Iniciar sessão</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user