1 2 3 4 5 6 7
<body> First Page! <script> console.log("First Page!"); function goForward() { history.go(1); } </script> </body>