Created
July 15, 2014 22:42
-
-
Save emamut/9b47a7b0c6321f035c72 to your computer and use it in GitHub Desktop.
[HTML] Redirect from HTML page with message
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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