Skip to content

Instantly share code, notes, and snippets.

@lkwatson
Created March 8, 2018 03:07
Show Gist options
  • Save lkwatson/a8742fb0086d63d254faac5e70466031 to your computer and use it in GitHub Desktop.
Save lkwatson/a8742fb0086d63d254faac5e70466031 to your computer and use it in GitHub Desktop.
Simple Code for Doing a Redirect
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://www.example.me/">
</head>
<body>
<p>If you aren't automatically redirected,
<a href="https://www.example.me/">click here.</a></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment