17 lines
437 B
HTML
17 lines
437 B
HTML
<!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>
|