Hiding redirect url

Create an index.html file :

<frameset rows=”100%”>
<frame src=”https://linuxstuffs.wordpress.com/”&gt;
</frameset>
<noframes>
<body>Please follow <a href=”https://linuxstuffs.wordpress.com/”>link</a&gt;!</body>
</noframes>

One thought on “Hiding redirect url

Leave a comment