Upload files to "/"

This commit is contained in:
cdjief 2024-04-13 02:37:25 +02:00
parent 4c3f191946
commit 5200bd1a61

17
c.html Normal file
View 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>