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

17 lines
568 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="apple-touch-icon" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#14532d" />
<meta name="description" content="Sprout2FA — 网页版双因素验证码管理" />
<title>Sprout2FA</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>