Upload files to "/"
This commit is contained in:
parent
4c3f191946
commit
5200bd1a61
1 changed files with 17 additions and 0 deletions
17
c.html
Normal file
17
c.html
Normal file
|
@ -0,0 +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>
|
Loading…
Reference in a new issue