html link button to new page code example
Example: how to add button to open a website using html
<button onclick="window.open('http://www.example.com')">
</button>
<button onclick="window.open('http://www.example.com')">
</button>