Created
September 21, 2012 20:00
-
-
Save brent20/3763566 to your computer and use it in GitHub Desktop.
HTML Page URL Redirect
This file contains hidden or 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
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| <title>Insert Page title here - Session name</title> | |
| <meta HTTP-EQUIV="REFRESH" content="0; url=*INSERT URL FOR SESSION HERE**"> | |
| <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"> | |
| </head> | |
| <body> | |
| <BR /><BR /><BR /><BR /><BR /><CENTER>Please Stand By...</CENTER><BR /><BR /><BR /><BR /> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment