comparison redirect.html @ 3:ad5179780e25 draft

"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 2ba483354c14ddfd0f7aa57c2ad1c9944e9c4bba"
author ebi-gxa
date Fri, 29 May 2020 07:09:58 -0400
parents
children
comparison
equal deleted inserted replaced
2:679dfd1dd63b 3:ad5179780e25
1 <!DOCTYPE HTML>
2 <html lang="en-US">
3 <head>
4 <meta charset="UTF-8">
5 <meta http-equiv="refresh" content="0; url=index.html?ds=sample">
6 <script type="text/javascript">
7 window.location.href = "index.html?ds=sample"
8 </script>
9 <title>Page Redirection</title>
10 </head>
11 <body>
12 <!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
13 If you are not redirected automatically, follow this <a href='index.html?ds=sample'>link to example</a>.
14 </body>
15 </html>