Created
February 2, 2018 20:25
-
-
Save chaimleib/74cbc50a3d3ecffeb1b40c79d96718c8 to your computer and use it in GitHub Desktop.
button refreshes the page
This file contains hidden or 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
<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