| <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> |