29 lines
798 B
HTML
29 lines
798 B
HTML
<!--
|
|
* @Author: cclu 1106109051@qq.com
|
|
* @Date: 2024-11-18 11:40:21
|
|
* @LastEditors: cclu 1106109051@qq.com
|
|
* @LastEditTime: 2024-11-19 09:33:22
|
|
* @FilePath: \aiRobot\index.html
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
-->
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>地图测试</title>
|
|
<base href="/map/">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
<style>
|
|
*{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
</style>
|
|
</html>
|