Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel331 committed Dec 21, 2022
1 parent 6bc40ab commit b5a78a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion php/src/templates/cadastre_se.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
font-size:22px;
padding:16px 12px;
text-decoration:none;
border:none;
</style>
<body style="background-color: FF0000;">
<div style="font-size: 32;text-align: center; font-family: Roboto Serif">
Expand All @@ -20,5 +21,5 @@
<center><div font-size:22px;>E-mail:</div><input type="text"; id: "email"; style="width: 750px; height: 31px;" placeholder="E-mail"></center><br>
<center><div font-size:22px;>Senha:</div><input type="text"; id: "senha"; style="width: 750px; height: 31px;" placeholder="Senha"></center><br>
<center><div font-size:22px;>Confirme a senha:</div><input type="text"; id: "senha2"; style="width: 750px; height: 31px;" placeholder="Confirmar senha"></center><br>
<center><a href="#" class="bot">CADASTRAR</a></center>
<center><button type="button" class="bot" onclick="window.location.href = 'index.php?controle=usuario&acao=cadastre_se'">CADASTRAR</button></center>
</body>
2 changes: 1 addition & 1 deletion php/src/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</tr>
</table>
</form>
<button onclick="window.location.href = 'cadastro.html';">CADASTRE-SE</button>
<div style = "position:relative; left:25%";><button onclick="window.location.href = 'index.php?controle=usuario&acao=cadastre_se'">CADASTRE-SE</button></div>
</nav>
<div id="imagemlogin">
<img src="./imagens/Loginimagem.png" alt="fotologin" height="350" width="500">
Expand Down

0 comments on commit b5a78a3

Please sign in to comment.