oa_front/index.html

15 lines
388 B
HTML
Raw Normal View History

2024-02-27 17:22:27 +08:00
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="referrer" content="origin" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="user-scalable=yes" />
2024-04-07 09:45:04 +08:00
<title>山东矿机综合管理平台</title>
2024-02-27 17:22:27 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>