main

mattermost/focalboard

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

v1-focalboard.html

TLDR

The provided file is an HTML file that redirects the user to a new page using a meta refresh tag and JavaScript code.

Methods

N/A

Classes

N/A

<html>
    <head>
        <meta http-equiv="refresh" content="0;url=https://focalboard-community.octo.mattermost.com/workspace/qgsck6cts3fwpqwyjiupjm5cde/shared?id=47aa9bb4-6967-4a96-83c7-11bd6b20f1eb&v=ca1a5441-4c1c-4d0e-856e-88cc744576c8&r=762db9c6-305c-4d13-8ce6-9f11e5232c24" />
        <title>Page Moved</title>
        <script type="text/javascript">
            window.location.replace("https://focalboard-community.octo.mattermost.com/workspace/qgsck6cts3fwpqwyjiupjm5cde/shared?id=47aa9bb4-6967-4a96-83c7-11bd6b20f1eb&v=ca1a5441-4c1c-4d0e-856e-88cc744576c8&r=762db9c6-305c-4d13-8ce6-9f11e5232c24");
        </script>
    </head>
    <body>
        This page has moved. Click <a href="https://focalboard-community.octo.mattermost.com/workspace/qgsck6cts3fwpqwyjiupjm5cde/shared?id=47aa9bb4-6967-4a96-83c7-11bd6b20f1eb&v=ca1a5441-4c1c-4d0e-856e-88cc744576c8&r=762db9c6-305c-4d13-8ce6-9f11e5232c24">here</a> to go to the new page.
    </body>
</html>