csi-financial-admin/index.html

29 lines
890 B
HTML
Raw Normal View History

2026-03-23 15:31:36 +08:00
<!DOCTYPE html>
<html lang="zh-CN">
<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" />
<meta name="keywords" content="管理系统" />
<meta name="description" content="" />
<link rel="icon" href="/favicon.ico" />
<title>管理系统</title>
<!-- <link rel="stylesheet" href="https://at.alicdn.com/t/c/font_3783300_q5ymnu6kry7.css"> -->
</head>
<body>
<div id="app"></div>
<script type="text/javascript">
// var _hmt = _hmt || [];
// (function () {
// var hm = document.createElement('script');
// hm.src = 'https://hm.baidu.com/hm.js?d9c8b87d10717013641458b300c552e4';
// var s = document.getElementsByTagName('script')[0];
// s.parentNode.insertBefore(hm, s);
// })();
</script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>