Future-Gallaxy / index.html
kolaslab's picture
Update index.html
a7821b4 verified
raw
history blame contribute delete
285 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>리다이렉트</title>
</head>
<body>
<script>
window.location.href = 'https://mfjrzc.vercel.app/';
</script>
</body>
</html>