2025-12-20 11:18:59 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2025-12-25 04:22:35 +00:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
2025-12-20 11:18:59 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2026-01-14 03:35:50 +00:00
|
|
|
<title>NexDocus - 文档管理平台</title>
|
2025-12-20 11:18:59 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|