Skip to content

Instantly share code, notes, and snippets.

@brent20
Created September 21, 2012 20:00
Show Gist options
  • Save brent20/3763566 to your computer and use it in GitHub Desktop.
Save brent20/3763566 to your computer and use it in GitHub Desktop.
HTML Page URL Redirect
<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