Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
janek-cosmose committed Nov 18, 2023
1 parent c48461c commit 5f80e43
Show file tree
Hide file tree
Showing 15 changed files with 149 additions and 83 deletions.
15 changes: 0 additions & 15 deletions asset-manifest.json

This file was deleted.

81 changes: 81 additions & 0 deletions assets/index-fD4mJzTw.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-kGtVO6VS.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/web-vitals-GXdahIIP.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion export.json

Large diffs are not rendered by default.

66 changes: 65 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,65 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/phylogeny-explorer/favicon.ico"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Phylogenetic tree explorer"/><link rel="apple-touch-icon" href="/phylogeny-explorer/logo192.png"/><link rel="manifest" href="/phylogeny-explorer/manifest.json"/><title>Phylogeny Explorer</title><script type="text/javascript">!function(n){if("/"===n.search[1]){var a=n.search.slice(1).split("&").map((function(n){return n.replace(/~and~/g,"&")})).join("?");window.history.replaceState(null,null,n.pathname.slice(0,-1)+a+n.hash)}}(window.location)</script><script defer="defer" src="/phylogeny-explorer/static/js/main.440a547a.js"></script><link href="/phylogeny-explorer/static/css/main.4d5d8a4d.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/phylogeny-explorer/favicon.ico" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Phylogenetic tree explorer"
/>
<link rel="apple-touch-icon" href="/phylogeny-explorer/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/phylogeny-explorer/manifest.json" />
<title>Phylogeny Explorer</title>

<!-- Start Single Page Apps for GitHub Pages -->
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// MIT License
// https://github.com/rafgraph/spa-github-pages
// This script checks to see if a redirect is present in the query string,
// converts it back into the correct url and adds it to the
// browser's history using window.history.replaceState(...),
// which won't cause the browser to attempt to load the new url.
// When the single page app is loaded further down in this file,
// the correct url will be waiting in the browser's history for
// the single page app to route accordingly.
(function(l) {
if (l.search[1] === '/' ) {
var decoded = l.search.slice(1).split('&').map(function(s) {
return s.replace(/~and~/g, '&')
}).join('?');
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + decoded + l.hash
);
}
}(window.location))
</script>
<!-- End Single Page Apps for GitHub Pages -->
<script type="module" crossorigin src="/phylogeny-explorer/assets/index-fD4mJzTw.js"></script>
<link rel="stylesheet" crossorigin href="/phylogeny-explorer/assets/index-kGtVO6VS.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
2 changes: 0 additions & 2 deletions static/css/main.4d5d8a4d.css

This file was deleted.

1 change: 0 additions & 1 deletion static/css/main.4d5d8a4d.css.map

This file was deleted.

2 changes: 0 additions & 2 deletions static/js/787.4e8a3f45.chunk.js

This file was deleted.

Loading

0 comments on commit 5f80e43

Please sign in to comment.