main

mattermost/focalboard

Last updated at: 29/12/2023 09:48

websocket-connect-error.html

TLDR

This file is an HTML page that redirects the user to a new URL.

<html>
    <head>
        <meta http-equiv="refresh" content="0;url=https://www.focalboard.com/guide/websocket-errors/" />
        <title>Page Moved</title>
        <script type="text/javascript">
            window.location.replace("https://www.focalboard.com/guide/websocket-errors/");
        </script>
    </head>
    <body>
        This page has moved. Click <a href="https://www.focalboard.com/guide/websocket-errors/">here</a> to go to the new page.
    </body>
</html>