Files
modelping/frontend/index.html
2026-06-24 22:10:25 +08:00

22 lines
947 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/logo192.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#27ae60" />
<meta name="description" content="大模型 API 可用性与首字延迟监控" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="ModelPing" />
<title>ModelPing</title>
<!-- 字体改由 Vite 从本地 node_modules 打包,避免 jsdelivr 被跟踪防护拦截、减少首屏外链请求 -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>