Files
geo/apps/admin-web/index.html
T

24 lines
408 B
HTML
Raw Normal View History

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
2026-07-08 22:56:45 +08:00
<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>