Akhil-Theerthala's picture
Upload 19 files
f44cf45 verified
raw
history blame
332 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Comic Genesis AI</title>
<script>
// Redirect to root for SPA routing
window.location.href = window.location.origin + window.location.pathname.replace(/\/[^\/]*$/, '/');
</script>
</head>
<body>
<p>Redirecting...</p>
</body>
</html>