Files
DevReport/index.html

15 lines
371 B
HTML
Raw Permalink Normal View History

2025-04-24 19:13:20 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/app-icon.png" />
2025-04-24 19:13:20 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>丛商报告生成器</title>
2025-04-24 19:13:20 +08:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>