Created
July 25, 2022 20:12
-
-
Save pdaug/ab876179652c0ef464344de781235485 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<button onclick="Acessar()"> Logar </button> | |
<script> | |
function Acessar() { | |
location.href = "/inicio.html" | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment