redirect-test / index.html
multimodalart's picture
Update index.html
67fc741
raw
history blame contribute delete
314 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Redirecting...</title>
</head>
<body>
If you are not redirected, <a href="https://www.example.com">click here</a>.
</body>
<script>window.top.location.href = "https://huggingface.co/spaces/AP123/IllusionDiffusion";</script>
</html>