Skip to content

Instantly share code, notes, and snippets.

@chaimleib
Created February 2, 2018 20:25
Show Gist options
  • Save chaimleib/74cbc50a3d3ecffeb1b40c79d96718c8 to your computer and use it in GitHub Desktop.
Save chaimleib/74cbc50a3d3ecffeb1b40c79d96718c8 to your computer and use it in GitHub Desktop.
button refreshes the page
<html>
<body>
<h1>Hello</h1>
<button type="button" onClick="location.href = location.href;">Refresh</button>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment