Skip to content

Instantly share code, notes, and snippets.

@bbdaniels
Created December 13, 2018 23:09
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 bbdaniels/a0825d95580cabdb3ab7b764d4f543d0 to your computer and use it in GitHub Desktop.
Save bbdaniels/a0825d95580cabdb3ab7b764d4f543d0 to your computer and use it in GitHub Desktop.
HTML to forward to another page
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>
<html>
<head>
<title>Your Page Title</title>
<meta http-equiv="refresh" content="0;url=http://bbdaniels.github.io">
</head>
<body>
<p>Put any cool message you want here.</p>
<p>You should also put a link the new page here… just in case it doesn't refresh.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment