2025-11-21 04:32:08 +08:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2025-12-07 16:15:59 +08:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
2025-11-21 04:32:08 +08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
2025-12-02 22:22:39 +08:00
|
|
|
<title>PolyHermes</title>
|
2025-11-21 04:32:08 +08:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
|