配餐项目前端文件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
316 B

2 years ago
<!doctype html>
<html>
<head>
<meta charset="utf-8">
1 year ago
<title>营养配餐系统后台</title>
2 years ago
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
2 years ago
2 years ago
</head>
<body>
<app-root></app-root>
</body>
</html>