how tod you link a button to a website code example
Example: How to create an HTML button that acts like a link?
<button onclick="window.location.href='test.html'">Continue</button>
<button onclick="window.location.href='test.html'">Continue</button>