normalize.css has had no release since 2018. modern-normalize is maintained and is what visiome.neuroinf.jp already uses. - load it from main.tsx before App, so the reset now applies before the theme instead of after it - drop src/index.css, which held nothing but the old @import - use the current favicon link form, matching visiome
25 lines
1.2 KiB
HTML
25 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta
|
|
name="description"
|
|
content="Databases and tools created by RIKEN BSI laboratories in BSI-NI Project(FY2007-FY2017) are available from this website. Since FY2018, this website is managed by Neuroinformatics Unit, RIKEN Center for Brain Science. We hope this site helps to promote further development of brain research."
|
|
/>
|
|
<meta name="robots" content="index,follow" />
|
|
<meta name="keywords" content="neuroinformatics, bsi, bsi-ni, brain science, xoonips, database" />
|
|
<meta name="author" content="RIKEN Brain Science Institute" />
|
|
<meta name="copyright" content="Copyright © 2018" />
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<title>BSI-Neuroinformatics - RIKEN BSI Research Database Portal</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|