html make link go somewhere else based on keyboard input code example
Example: href on a button
<button onclick="window.location.href='/page2'">Continue</button>
<button onclick="window.location.href='/page2'">Continue</button>