14 lines
400 B
HTML
Raw Normal View History

2025-07-21 10:33:55 +08:00
<!DOCTYPE html>
2025-06-21 12:26:39 +08:00
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-07-21 10:33:55 +08:00
<title>电科院材料所实验室仪器设备预约系统</title>
2025-06-21 12:26:39 +08:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>