Update c.html
This commit is contained in:
parent
5200bd1a61
commit
c870bbbc9d
1 changed files with 17 additions and 17 deletions
34
c.html
34
c.html
|
@ -1,17 +1,17 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>💬 CDJIEF chat principal</title>
|
<title>💬 CDJIEF chat principal</title>
|
||||||
<meta name="description" content="CDJIEF chat">
|
<meta name="description" content="CDJIEF chat">
|
||||||
<script>
|
<script>
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
window.location.href = 'https://cdjief.codeberg.page/chat';
|
window.location.href = 'https://minnit.chat/c/cdjief?embed&nickname=';
|
||||||
}, 1000);
|
}, 1000);
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>💬 CDJIEF chat principal</h1>
|
<h1>💬 CDJIEF chat principal</h1>
|
||||||
</body>
|
</body>
|
||||||
<body>
|
<body>
|
||||||
<p style="color:blue;font-size:38px;">Redirecionando ao Chat CDJIEF</p>
|
<p style="color:blue;font-size:38px;">Redirecionando ao Chat CDJIEF</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue