17 lines
483 B
HTML
17 lines
483 B
HTML
<html>
|
|
<head>
|
|
<title>💬 CDJIEF chat principal</title>
|
|
<meta name="description" content="CDJIEF chat">
|
|
<script>
|
|
setTimeout(function(){
|
|
window.location.href = 'https://cdjief.codeberg.page/chat';
|
|
}, 1000);
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h1>💬 CDJIEF chat principal</h1>
|
|
</body>
|
|
<body>
|
|
<p style="color:blue;font-size:38px;">Redirecionando ao Chat CDJIEF</p>
|
|
</body>
|
|
</html>
|