19 lines
417 B
HTML
19 lines
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> |