diff --git a/index.html b/index.html index 5397b70..351397a 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@

iMenu

-

Nenhum

+

diff --git a/js/server_script.js b/js/server_script.js index f6bea95..bdcf41a 100644 --- a/js/server_script.js +++ b/js/server_script.js @@ -27,7 +27,7 @@ async function criaruser() { if (response.ok) { alert("Usuário criado com sucesso!"); - window.location.href = "../index.html" + window.location.href = "../login.html" } else { alert("Erro ao criar usuário: " + data.message); } diff --git a/style.css b/style.css index 9fdeb07..dc99d6f 100644 --- a/style.css +++ b/style.css @@ -7,6 +7,10 @@ font-family: "Open Sans", sans-serif; } +#username{ + color: #000; + font-weight: bold; +} .buttons_normais{ border-radius: 5px; cursor: pointer;