| <html lang="zh-Hant"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <meta http-equiv="refresh" content="0; url=dti_neuropath/fiber_viewer.html" /> | |
| <title>NeuroPath · DTI Viewer</title> | |
| <link rel="canonical" href="dti_neuropath/fiber_viewer.html" /> | |
| <!-- 自動偵測:repo 根展平 vs 多一層 Brain_DTI_HF/(HF 上傳常見) --> | |
| <script> | |
| (function () { | |
| if (String(location.pathname).indexOf("fiber_viewer") !== -1) return; | |
| var c = ["dti_neuropath/fiber_viewer.html", "Brain_DTI_HF/dti_neuropath/fiber_viewer.html"]; | |
| var i = 0; | |
| function next() { | |
| if (i >= c.length) return; | |
| fetch(c[i], { method: "HEAD", cache: "no-store" }) | |
| .then(function (r) { | |
| if (r.ok) location.replace(c[i]); | |
| else { i++; next(); } | |
| }) | |
| .catch(function () { i++; next(); }); | |
| } | |
| next(); | |
| })(); | |
| </script> | |
| </head> | |
| <body> | |
| <p>正在偵測 Viewer 路徑… 若未跳轉請試:<a href="dti_neuropath/fiber_viewer.html">dti_neuropath/…</a> 或 <a href="Brain_DTI_HF/dti_neuropath/fiber_viewer.html">Brain_DTI_HF/dti_neuropath/…</a></p> | |
| </body> | |
| </html> | |