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>
|
||||
<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>
|
||||
<html>
|
||||
<head>
|
||||
<title>💬 CDJIEF chat principal</title>
|
||||
<meta name="description" content="CDJIEF chat">
|
||||
<script>
|
||||
setTimeout(function(){
|
||||
window.location.href = 'https://minnit.chat/c/cdjief?embed&nickname=';
|
||||
}, 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>
|
||||
|
|
Loading…
Reference in a new issue