Files
geo-tools/index.html
2026-01-28 23:39:11 +08:00

24 lines
1.1 KiB
HTML

<!doctype html>
<html lang="zh-CN">
<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" />
<!-- SEO Meta Tags -->
<title>测绘工具箱 - 专业测绘计算工具集</title>
<meta name="description" content="专为测绘工作者打造的在线工具集,包含坐标转换、距离计算、面积计算、角度转换、方位角计算、高程计算等实用工具。">
<meta name="keywords" content="测绘工具,坐标转换,距离计算,面积计算,方位角,高程计算,测量工具">
<meta name="author" content="测绘工具箱">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>