Skip to content

Instantly share code, notes, and snippets.

@CernerJT
Created September 14, 2015 13:18
Show Gist options
  • Save CernerJT/eff8fa4a7f301e57047a to your computer and use it in GitHub Desktop.
Save CernerJT/eff8fa4a7f301e57047a to your computer and use it in GitHub Desktop.
Demonstrates how to do an HTML redirect using meta tags.
<html>
<head>
<title>First Hand Donator</title>
<meta name="description" content="Don't know how to donate to First Hand? Just open up this webpage in any Internet connected web browser and find out!" />
<meta name="author" content="Jason W. Thompson" />
<meta http-equiv="refresh" content="0; url=https://www.firsthandfoundation.org/donate/" />
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment