Files
dv3d/dicom-viewer/public/test-links.html
T

31 lines
1.3 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Test Pages — Links</title>
<style>
body{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial;margin:24px;color:#111}
h1{margin-top:0}
ul{line-height:1.6}
a{color:#0366d6}
.note{background:#f6f8fa;padding:10px;border-radius:6px;margin-bottom:12px}
</style>
</head>
<body>
<h1>Available Test Pages</h1>
<p class="note">Open any of these pages directly in the dev server to view the corresponding test.</p>
<ul>
<li><a href="/penra-test.html">penra-test.html</a> — original Penra viewer test</li>
<li><a href="/embedded-viewer-test.html">embedded-viewer-test.html</a> — viewer embedded with surrounding content</li>
<li><a href="/empty-viewer.html">empty-viewer.html</a> — empty viewer placeholder</li>
<li><a href="/load-dir-test.html">load-dir-test.html</a> — directory loading test</li>
<li><a href="/non-dicom-test.html">non-dicom-test.html</a> — non-DICOM handling test</li>
<li><a href="/index.html">index.html</a> — project index</li>
</ul>
<p>If you want these links added to the README, tell me and I will update it.</p>
</body>
</html>