how to make a button open a html file in html 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>