Skip to content

Instantly share code, notes, and snippets.

@PotterSys
Created July 11, 2012 20:24
Show Gist options
  • Save PotterSys/3093068 to your computer and use it in GitHub Desktop.
Save PotterSys/3093068 to your computer and use it in GitHub Desktop.
Redirect de HTTP a HTTPS en Facebook
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"
>
<html lang="en">
<head>
<title><!-- Insert your title here --></title>
</head>
<body>
<script type="text/javascript">
top.location.href = 'https://www.facebook.com/pottersys'; // La URL
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment