YNMap/index.html
2025-10-31 13:43:59 +08:00

30 lines
656 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/YNIcon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>云南高速服务区智慧数智大屏</title>
<base href="/"> <!-- 确保这里匹配你的部署路径 -->
</head>
<body>
<div id="app"></div>
</body>
<script type="module" src="/src/main.ts"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.4/moment.min.js"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
overflow: hidden;
}
</style>
</html>