Skip to content

Instantly share code, notes, and snippets.

@hu553in
Created May 1, 2024 11:06
Show Gist options
  • Save hu553in/bc85ca7d002757eb1d54fe831ebe944a to your computer and use it in GitHub Desktop.
Save hu553in/bc85ca7d002757eb1d54fe831ebe944a to your computer and use it in GitHub Desktop.
Simple redirection HTML page
<!DOCTYPE html>
<html lang="en" style="height: 100%; display: flex; flex-direction: column; justify-content: center">
<head>
<meta http-equiv="refresh" content="0; url=https://example.com/" />
</head>
<body style="margin: 0">
<p style="text-align: center">
Скоро вы будете перенаправлены на сайт.<br />
Если этого не произошло, нажмите на ссылку:<br />
<a href="https://example.com/">https://example.com/</a>
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment