Skip to content

Commit

Permalink
Merge pull request #1378 from mira-miracoli/microbiome-codex
Browse files Browse the repository at this point in the history
Microgalaxy uses codex
  • Loading branch information
bgruening authored Dec 18, 2024
2 parents e907528 + 5851470 commit 62b3dd1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions files/galaxy/subdomains/microgalaxy/static/welcome.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<style>
body, html { width:100% ;
height:100% ;
overflow:hidden ;
}
iframe { width:100% ;
height:100% ;
border:none ;
position: absolute;
top: -9999em;
visibility: hidden;
}
</style>
</head>
<body style="margin:0px">
<iframe id='center-iframe' src="" height="100%" onload="this.style.position='static'; this.style.visibility='visible';"></iframe>
<script type="text/javascript">
var pseudo_rand = parseInt(Date.now() / 1000 / 60 / 10);
document.getElementById('center-iframe').src = 'https://labs.usegalaxy.org.au/?content_root=https://github.com/galaxyproject/galaxy_codex/blob/main/communities/microgalaxy/lab/usegalaxy.eu.yml';
</script>
</body>
</html>

0 comments on commit 62b3dd1

Please sign in to comment.