Skip to content

Instantly share code, notes, and snippets.

@pdaug
Created July 25, 2022 20:12
Show Gist options
  • Save pdaug/ab876179652c0ef464344de781235485 to your computer and use it in GitHub Desktop.
Save pdaug/ab876179652c0ef464344de781235485 to your computer and use it in GitHub Desktop.
<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