footprint/frontend/public/index.html

16 lines
554 B
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Footprint - 记录你的每一个足迹" />
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
<title>Footprint - 打卡定位系统</title>
</head>
<body>
<noscript>你需要启用 JavaScript 来运行此应用。</noscript>
<div id="root"></div>
</body>
</html>