fluffychat/docs/index.html
2025-10-24 07:47:52 +02:00

19 lines
No EOL
417 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Redirecting to fluffy.chat</title>
<!-- Redirecting to another page using meta tag -->
<meta http-equiv="refresh" content="5; url =https://fluffy.chat" />
</head>
<body>
<h3>
Redirecting...
</h3>
<p><strong>Note:</strong> If your browser does not redirect you, please use this link:
</p>
<a href="https://fluffy.chat">https://fluffy.chat</a>
</body>
</html>