UNPKG

auspice

Version:

Web app for visualizing pathogen evolution

20 lines (16 loc) 536 B
<!doctype html> <html> <head> <title>auspice</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" href="/favicon.png" type="image/png"> <link rel="icon" href="/favicon.png" type="image/png"> </head> <body class="viewport"> <div id='root'> </div> <!-- asyncronously load the (entry) react bundle --> <script async src="/dist/auspice.bundle.js"></script> </body> </html>