Rules To Add Direct Link into a Web Page
HTML pages and websites As the Link is an URL, you will only need to use the standard “<a>” tag for hyperlinks: <a href="your direct link URL">link text</a> And here is how to make any of the website images/GIFs bring you money: <a href="your direct link URL"> <img src="https://adsterra.com/_nuxt/img/logo_extended.fddf2fa.svg" alt="Adsterra"> </a> Another way is to create a button and add a Link to it: <button onclick="window.location.href='your direct link URL';"> Click Here </button> Test Button and Video Tutorial