-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
38 lines (35 loc) · 1.39 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>BioContainers Community</title>
<link rel="icon" href="/static/logo/biocontainers-logo.png" type="image/png">
<meta name="description" content="BioContainers Community including registry, documentation, specification">
<meta name="keywords" content="biocontainers, containers, bioinformatics, workflows, pipelines">
<meta property="og:title" content="BioContainers Community including registry, documentation, specification">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
<script src="static/font/iconfont.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-136036548-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-136036548-1');
</script>
<script type="text/javascript">
(function(){
var redirect = sessionStorage.redirect;
console.log('redirect',redirect);
delete sessionStorage.redirect;
if (redirect && redirect != location.href) {
history.replaceState(null, null, redirect);
}
})();
</script>
</html>