Files
french-vocab/index.html
2026-03-18 15:18:47 +08:00

29 lines
1.2 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#3b82f6" />
<meta name="description" content="使用间隔重复系统高效学习法语单词" />
<meta name="keywords" content="法语学习单词记忆SRS" />
<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="法语词汇" />
<link rel="apple-touch-icon" href="/icon-192.png" />
<link rel="manifest" href="/manifest.json" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<title>法语词汇学习</title>
</head>
<body>
<div id="root"></div>
<noscript>
<div style="padding: 20px; text-align: center;">
<h2>需要启用 JavaScript</h2>
<p>请启用 JavaScript 以使用法语词汇学习应用</p>
</div>
</noscript>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>