Files
teach_sys_Demo/index.html

14 lines
373 B
HTML
Raw Normal View History

2025-08-15 16:16:41 +08:00
<!doctype html>
<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-08-20 10:05:11 +08:00
<title>多多畅职教育系统</title>
2025-08-15 16:16:41 +08:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>