Skip to content

Instantly share code, notes, and snippets.

@emamut
Created July 15, 2014 22:42
Show Gist options
  • Save emamut/9b47a7b0c6321f035c72 to your computer and use it in GitHub Desktop.
Save emamut/9b47a7b0c6321f035c72 to your computer and use it in GitHub Desktop.
[HTML] Redirect from HTML page with message
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=http://www.example.com/">
<title>Page Redirection</title>
</head>
<body>
<p>Esta aplicación se encuentra ahora en <a href='http://www.example.com/'>www.example.com</a>, en estos momentos lo estamos redirigiendo...</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment