Skip to content

Instantly share code, notes, and snippets.

@philhawksworth
Created February 25, 2010 13:49
Show Gist options
  • Save philhawksworth/314548 to your computer and use it in GitHub Desktop.
Save philhawksworth/314548 to your computer and use it in GitHub Desktop.
<!-- A recently discovered virtual-floater! -->
<!-- ..for when a 301 is too obvious. -->
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="100%,*" cols="100%" border="0" framespacing="0">
<frame src="http://targetdomain.com" frameborder="NO"
scrolling="AUTO">
<frame src="dummie.htm" frameborder="NO" scrolling="NO"></frameset>
<noframes>
<body bgcolor="#FFFFFF">
Redirection to <a href="http://targetdomain.com">here</a>
</body>
</noframes>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment