Skip to content

Instantly share code, notes, and snippets.

@medeirosinacio
Created September 2, 2021 16:56
Show Gist options
  • Save medeirosinacio/c49c8f8fee2951730507a6f316c23d08 to your computer and use it in GitHub Desktop.
Save medeirosinacio/c49c8f8fee2951730507a6f316c23d08 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://example.com.br">
<script type="text/javascript">
window.location.href = "https://example.com.br"
</script>
<title>Page Redirection</title>
</head>
<body>
If you are not redirected automatically, follow this <a href='https://example.com.br'>link to example</a>.
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment