2023-11-16 17:11:49 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2024-01-17 07:46:08 +08:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2024-04-17 11:23:49 +08:00
|
|
|
<link rel="icon" href="./src/image/票据服务.png" type="image/x-icon">
|
2024-01-17 07:46:08 +08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2024-04-17 11:23:49 +08:00
|
|
|
<title>票据管理系统</title>
|
2024-01-17 07:46:08 +08:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|