2025-01-23 01:10:59 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/logo.png" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>政务服务</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2025-02-27 01:24:25 +00:00
|
|
|
<div id="sub-app"></div>
|
2025-01-23 01:10:59 +00:00
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|