main

mattermost/focalboard

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

doc-boards.html

TLDR

The file doc-boards.html is a simple HTML document that redirects the user to a new page.

Methods

N/A

Classes

N/A

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