what I am trying to achieve is when user clicks on about us instead of new HTML page an alert box opens with multiple social handle links which on clicked redirects you to that link.
Here's What i tried:
<a class="nav-link" href="#" onclick="alert('Instagram'); window.location='Instagram.com/atiq.exe';">About Us</a>
but this leads me to 404. Is there any other method?