Files
Head_CT_Morph/WebSite/index.html
2026-05-03 16:54:34 +08:00

15 lines
432 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/logo_square.png" />
<link rel="apple-touch-icon" href="/logo_square.png" />
<title>头部CT变形平台</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>