Skip to content

Instantly share code, notes, and snippets.

@josuebasurto
Last active December 14, 2015 15:38
Show Gist options
  • Save josuebasurto/9ea129f91ba483cba154 to your computer and use it in GitHub Desktop.
Save josuebasurto/9ea129f91ba483cba154 to your computer and use it in GitHub Desktop.
HTML redirect just in case you need to redirect one page to another
<!--
Copyright Josue bBasurto 2013 | @josuebasurto | http://josuebasurto.com
-->
<HTML>
<HEAD>
<!--
Redirect to any url in some time. Just replace:
* seconds: for the number of seconds you want the visitor to see this page
* the-other-url: for the new url you want to redirect the client
-->
<META HTTP-EQUIV="refresh" CONTENT="seconds;URL=otherurl">
</HEAD>
<BODY>
</BODY>
</HTML>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment