16 lines
593 B
HTML
16 lines
593 B
HTML
<!DOCTYPE html>
|
|
<html class="w-h-full">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Vite App</title>
|
|
</head>
|
|
<body class="w-h-full">
|
|
<div id="app" class="w-h-full text-white"></div>
|
|
<!-- <script src="http://api.map.baidu.com/api?type=webgl&v=1.0&ak=2kUpEHlAoBchlLZh5zpVncLF"></script> -->
|
|
<script src="https://bj.bcebos.com/v1/mapopen/api-demos/js/mapStyle.js"></script>
|
|
<script type="module" src="/src/render/main.ts"></script>
|
|
</body>
|
|
</html>
|