Files
geo/apps/admin-web/index.html
T
root 2c11910b6c chore(admin-web): add favicon
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-08 22:56:45 +08:00

24 lines
408 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link
rel="icon"
href="/favicon.ico"
sizes="any"
/>
<title>省心推</title>
</head>
<body>
<div id="app"></div>
<script
type="module"
src="/src/main.ts"
></script>
</body>
</html>