CoolFace
Apppublic

kolaslab/Visual-Audio

sourceHugging Facemitupdated 2y agoView on Hugging Face
1likes
index.html13 linesDownload Raw Back to root
1<!DOCTYPE html>2<html>3<head>4    <meta charset="UTF-8">5    <meta name="viewport" content="width=device-width, initial-scale=1.0">6    <title>리다이렉트</title>7</head>8<body>9    <script>10        window.location.href = 'https://fhcuop.vercel.app/';11    </script>12</body>13</html>