-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.36 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="zh-Hans">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#000000" />
<!-- <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> -->
<title>FFXIV 文本检索 - 最终幻想14中英日文游戏全文本检索工具 - FFCAFE</title>
<meta name="description" content="FFCAFE FFXIV 文本检索提供《最终幻想14》游戏中英日文全文本检索的工具。用户可使用本工具检索《最终幻想14》内的任意游戏客户端文本,并提供中、英、日三语种的翻译。">
</head>
<body>
<noscript>请启用浏览器的 JavaScript 支持以使用本工具。</noscript>
<div aria-hidden style="font-size: 0; color: transparent;">FFCAFE FFXIV 文本检索提供《最终幻想14》游戏中英日文全文本检索的工具。用户可使用本工具检索《最终幻想14》内的任意游戏客户端文本,并提供中、英、日三语种的翻译。</div>
<div id="root"></div>
<script>
window._hmt = [];
</script>
<script src="https://hm.baidu.com/hm.js?25bca698f6b0637cb254f4925deb1ead" async defer></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>