canteen_system/index.html

32 lines
748 B
HTML
Raw Normal View History

2025-04-25 09:17:25 +08:00
<!DOCTYPE html>
2025-04-28 14:14:15 +08:00
<<<<<<< HEAD
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" />
<title>保安管理系统</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
2025-04-28 14:14:15 +08:00
</html>
=======
2025-04-25 09:17:25 +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-04-25 11:27:57 +08:00
<title> 食堂系统管理</title>
2025-04-25 09:17:25 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
2025-04-28 14:14:15 +08:00
>>>>>>> 8716e35d55875b7e8377cae748005c95a6fe60c2