Skip to content

Instantly share code, notes, and snippets.

@tienminhvy
Created November 11, 2018 22:51
Show Gist options
  • Save tienminhvy/f7c962b113b1cf82aa05bf44bd7ac0a2 to your computer and use it in GitHub Desktop.
Save tienminhvy/f7c962b113b1cf82aa05bf44bd7ac0a2 to your computer and use it in GitHub Desktop.
Chuyển hướng bằng thẻ meta cực nhanh
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Refresh" content="5;url=https://www.example.com">
<title>Đang chuyển hướng, vui lòng đợi!</title>
</head>
<body>
<h1>Đang chuyển hướng, vui lòng đợi!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment