canteen_system/index.html

16 lines
327 B
HTML
Raw Permalink Normal View History

2025-04-25 09:17:25 +08:00
<!DOCTYPE html>
2025-04-28 14:13:49 +08:00
<html lang="">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-05-28 16:14:18 +08:00
<title>智慧食堂系统</title>
2025-04-28 14:13:49 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
2025-04-28 14:15:37 +08:00
</html>