Files
visiome.neuroinf.jp/index.html
T
Yoshihiro OKUMURA 9a0ba44fb0 chore: tidy up files left over from the conversion
- adopt bsi-ni's .gitignore, which is the vite template's
- delete dl-limit-items.csv, an exporter report that xoops-static-
  exporter now writes into its own data/
- add a description meta tag, which bsi-ni already had
- the ncu config is .ncurc.js now, not .ncurc.json
2026-09-11 19:18:07 +09:00

25 lines
1.1 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="Visiome Platform is a web-based database system with a variety of digital research resources in Vision Science. This platform provides several types of contents, such as Experimental data, Mathematical model, Illusion stimulus, Analytical tools."
/>
<meta name="robots" content="index,follow" />
<meta name="keywords" content="neuroinformatics, xoonips, database, visiome platform, vision" />
<meta name="author" content="Neuroinformatics Unit, RIKEN Center for Brain Science" />
<meta name="copyright" content="Copyright &copy; 2019" />
<link rel="manifest" href="/manifest.json" />
<title>Visiome Platform - Digital archive for vision science</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>