Skip to content

Instantly share code, notes, and snippets.

@justinthrelkeld
Last active December 27, 2015 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinthrelkeld/7253825 to your computer and use it in GitHub Desktop.
Save justinthrelkeld/7253825 to your computer and use it in GitHub Desktop.
HTTP refresh landing page snippet
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<title></title>
<meta name="description" content="" />
<meta name="author" content="Justin Threlkeld" />
<link rel="logo" type="image/svg" href="/logo.svg"/>
<link rel="shortcut icon" href="/favicon.ico" />
<script src="../js/google.analytics.js" async="" type="text/javascript"></script>
<meta http-equiv="REFRESH" content="0;url=">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment