Created
September 1, 2017 22:18
-
-
Save watzon/d6177c9577f5e9bf9b74b43f39d0a33b to your computer and use it in GitHub Desktop.
Blogger 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
<script type="text/javascript"> | |
window.location = "http://yoursite.com/yourpage"; | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment