Files
nimg.neuroinf.jp/index.html
T
orrisroot 4ff4ccbf9e chore: update config, dependencies, and formatting
- Add language setting and new dictionary words to cspell.json
 - Reformat index.html structure
 - Update package dependencies
2026-06-04 17:38:26 +09:00

20 lines
627 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="NIMG-PF is the Neuroinformatics site of Neuroimaging under NIJC." />
<link rel="manifest" href="/manifest.json" />
<title data-rh="true">NIMG - NeuroImaging Platform</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>