Files
french-vocab/index.html

29 lines
1.2 KiB
HTML
Raw Normal View History

<!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>