view redirect.html @ 6:97483e5ec21e draft default tip

planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/ucsc-cell-browser/.shed.yml commit 30c232088d42557d13359dfa26f9c7ce5edfc444
author ebi-gxa
date Sat, 15 Jul 2023 09:25:00 +0000
parents ad5179780e25
children
line wrap: on
line source

<!DOCTYPE HTML>
<html lang="en-US">
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="refresh" content="0; url=index.html?ds=sample">
        <script type="text/javascript">
            window.location.href = "index.html?ds=sample"
        </script>
        <title>Page Redirection</title>
    </head>
    <body>
        <!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
        If you are not redirected automatically, follow this <a href='index.html?ds=sample'>link to example</a>.
    </body>
</html>