Skip to content

Instantly share code, notes, and snippets.

@0frasure
Created October 6, 2015 21:39
Show Gist options
  • Save 0frasure/8c00235585e7d09066a7 to your computer and use it in GitHub Desktop.
Save 0frasure/8c00235585e7d09066a7 to your computer and use it in GitHub Desktop.
Page Redirect
<!doctype html>
<html>
<head>
<meta http-equiv="Refresh" content="0; url=//google.com">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment