-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (33 loc) · 769 Bytes
/
Copy pathindex.html
File metadata and controls
38 lines (33 loc) · 769 Bytes
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 lang="en">
<head>
<meta charset="utf-8">
<title>Neotoma Taxonomy Viewer has moved</title>
<link
rel="canonical"
href="https://apps.neotomadb.org/taxonomy-viewer/"
>
<script>
const target = new URL(
"https://apps.neotomadb.org/taxonomy-viewer/"
);
target.search = window.location.search;
target.hash = window.location.hash;
window.location.replace(target.href);
</script>
<noscript>
<meta
http-equiv="refresh"
content="0; url=https://apps.neotomadb.org/taxonomy-viewer/"
>
</noscript>
</head>
<body>
<p>
This application has moved to
<a href="https://apps.neotomadb.org/taxonomy-viewer/">
the latest Neotoma Taxonomy Viewer
</a>.
</p>
</body>
</html>