Update chat.html

This commit is contained in:
cdjief 2024-04-12 10:16:19 +02:00
parent b857cf2ba0
commit c7498005bf

View file

@ -1,6 +1,13 @@
<head>
<title>💬 CDJIEF chat</title>
<meta name=viewport content="width=device-width, initial-scale=1">
</head>
<iframe src="https://minnit.chat/cdjief?embed&amp;webgray&amp;nickname" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
</iframe>
<html>
<head>
<title>💬 CDJIEF chat principal</title>
<meta name="description" content="CDJIEF chat">
<meta http-equiv="refresh" content="0; url=https://cdjief.codeberg.page/chat" />
</head>
<body>
<h1>💬 CDJIEF chat principal</h1>
</body>
<body>
<p style="color:blue;font-size:38px;">Redirecionando ao Chat CDJIEF</p>
</body>
</html>