I’ve got my site about finished. Would like my landing page to have a link (as you can see) that directs the user to a number of random pages to my site. Currently I have it set up in a very cheap way, where each letter is its own link, but I’d like it to truly be random and not based off which letter they click.
How might I go about doing this? Very determined to get this done. Would happily sacrifice the text link for a button underneath if that’s easier, I just want a button that is a randomizer essentially.
I think I’m getting this in just after @mww replied, but I figured I’d still throw a reply in anyways.
My answer is basically the same as Milan’s, but instead of using JavaScript to change window.location.href, I make the “let fate decide” text a link and change its href attribute to a random URL on click.