Created
October 6, 2015 21:39
-
-
Save 0frasure/8c00235585e7d09066a7 to your computer and use it in GitHub Desktop.
Page Redirect
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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