revised and updated sources.
This commit is contained in:
30
index.html
Normal file
30
index.html
Normal file
@ -0,0 +1,30 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
name="description"
|
||||
content="BSI-NI Brain Atlas - This site provides the 3D atlas and the standard MRI template of Degu, Common Marmoset and Japanese Macaque Monkey."
|
||||
/>
|
||||
<meta name="robots" content="index,follow" />
|
||||
<meta
|
||||
name="keywords"
|
||||
content="neuroinformatics, bsi-ni, brain science, xoonips, database, brain atlas, degu, japanese macaque monkey, common marmoset"
|
||||
/>
|
||||
<meta
|
||||
name="author"
|
||||
content="BSI-NI and Laboratory for Symbolic Cognitive Development, RIKEN Brain Science Institute"
|
||||
/>
|
||||
<meta name="copyright" content="Copyright © 2017" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<title>BSI-NI Brain Atlas</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/index.tsx"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user