Reconfigure Project deleting old configuration of React that was not working

This commit is contained in:
2026-03-23 20:01:45 -03:00
parent ca16fae163
commit b8aa073c24
95 changed files with 5797 additions and 5684 deletions
+73
View File
@@ -0,0 +1,73 @@
<!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/Login_main.css" />
<script
src="https://kit.fontawesome.com/6ffe26f1f6.js"
crossorigin="anonymous"
></script>
</head>
<body>
<!-- main -->
<main>
<section>
<div class="login_area">
<a href="/index.html"
><img src="/img/Logo.png" alt="logo" id="logo_icon"
/></a>
<div>Brasil</div>
<form method="POST" action="" class="register_inputs">
<input
type="email"
id="email"
name="email"
placeholder="E-mail"
class="Inputbox"
/>
<div></div>
<input
type="password"
id="senha"
name="senha"
placeholder="Senha"
class="Inputbox"
/>
<div></div>
<button
type="submit"
value="Enviar"
class="Button margintop marginbottom"
>
Acessar
</button>
</form>
<div class="marginbottom gap">
<a href="/dummy.html" class="Destacado">Esqueci minha senha</a>
<h>/</h>
<a href="/dummy.html" class="Destacado">Esqueci meu e-mail</a>
</div>
<div class="marginbottom">
Não tem conta?
<a href="./cadastro.php" class="Destacado">Cadastre-se agora</a>
</div>
<div class="marginbottom">
O acesso à plataforma implica em aceitar os nossos
<a href="/termos.html " class="Destacado">Termos e condições</a> e
<a href="/privacidade.html" class="Destacado"
>Politica de privacidade</a
>.
</div>
</div>
</section>
</main>
</body>
</html>