BigScreenUI/index.html

19 lines
828 B
HTML
Raw Normal View History

2023-11-30 10:48:06 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
2023-11-30 13:40:30 +08:00
<meta charset="UTF-8">
2024-03-15 16:37:36 +08:00
<!-- <link rel="icon" href="/favicon.ico"> -->
2023-11-30 13:40:30 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-03-14 15:40:59 +08:00
<title>机具租赁共享平台</title>
<link rel="icon" href="//test-hzdg-1259451974.cos.ap-guangzhou.myqcloud.com/d133bcbb33438a196a8ccd4eda65934f1742495961134923776354.png" />
2023-11-30 10:48:06 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
2024-03-19 18:07:19 +08:00
<script type="text/javascript" src="https://api.map.baidu.com/api?v=2.0&ak=cClgLBaLgGUdQDilX9dGvieL"></script>
<script src="https://mapopen.bj.bcebos.com/github/BMapGLLib/TrackAnimation/src/TrackAnimation.min.js"></script>
<script src="https://api.map.baidu.com/api?type=webgl&v=2.0&ak=cClgLBaLgGUdQDilX9dGvieL"></script>
2023-12-01 15:05:38 +08:00
2023-11-30 10:48:06 +08:00
</html>