button for main page html code example
Example 1: button href
<a href="https://google.com" class="button">Go to Google</a> //*button link *//
Example 2: button as href
<button onclick="location.href='http://www.example.com'" type="button">
www.example.com</button>