Skip to content

Instantly share code, notes, and snippets.

@riccardogiorato
Created October 10, 2019 13:31
Show Gist options
  • Save riccardogiorato/e2ef4a446423b02dffcedf4348b5254d to your computer and use it in GitHub Desktop.
Save riccardogiorato/e2ef4a446423b02dffcedf4348b5254d to your computer and use it in GitHub Desktop.
<h2>GOOD BUTTONS</h2>
<button onclick="saveButton()" >Save Button</button>
<button href="/newpage/file">Button</button>
<h2>BAD BUTTONS</h2>
<button onclick="window.location('www.google.com')">B</button>
<button href="www.google.com">B</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment