-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (31 loc) · 1.04 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
<!DOCTYPE html>
<!--suppress CssUnusedSymbol -->
<html lang="en">
<head>
<title>SNIPe - eDNA primer pair set selection tool</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="A primer pair selection tool for environmental DNA / metabarcoding studies."
/>
<meta
name="keywords"
content="environmental DNA,eDNA,metabarcoding,primers,primer pairs,primer selection,primer pair selection,choosing eDNA primers"
/>
<style>
.ant-statistic.clickable {
cursor: pointer;
}
.ant-statistic.clickable:hover .ant-statistic-content-value {
text-decoration: underline;
}
.ant-statistic.clickable:active .ant-statistic-content {
opacity: 0.6;
}
</style>
</head>
<body style="margin: 0">
<div id="root"></div>
</body>
</html>