reloads the page when pressed
<button onclick="myFunction()">Reload page</button> <script> function myFunction() { location.reload(); } </script>