Collaborama About Help Contact Anonymous [login] Source: site.view [edit] Function name: home Arguments: Description: Page type: html Render function: Module: speakaboutai Page source: <!DOCTYPE html> <html> <head> <title>Page Redirection</title> <script type="text/javascript"> // Function to redirect the webpage function redirectPage() { window.location.href = "https://www.speakabout.ai"; } </script> </head> <body onload="redirectPage();"> <h1>Redirecting...</h1> <p>Please wait, you are being redirected to the new page.</p> </body> </html>