nwscreen-ui/index.html

17 lines
437 B
HTML
Raw Normal View History

2024-08-13 12:08:32 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=0"
/>
<link rel="shortcut icon" href="./static/favicon.ico" type="image/x-icon" />
<title>智慧仓储管理平台</title>
</head>
<body style="margin: 0;">
<div id="app"></div>
</body>
</html>