UNPKG

tnt.tree

Version:
30 lines (22 loc) 800 B
<!doctype html> <html> <head> <title>Ensembl species tree (TnT web component)</title> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> <!-- <script src="http://www.polymer-project.org/webcomponents.js"></script> --> <script src="http://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/0.5.1-1/webcomponents.min.js"></script> <!-- TnT web component --> <link rel="import" href="./ensembl-species-tree.html"> <style> .container { width: 90%; margin: 50px auto; } </style> </head> <body unresolved> <div class="container"> <ensembl-species-tree subtrees="All Mammalia Sauria Amniota Neopterygii" width="1200"></ensembl-species-tree> </div> </body> </html>