2026-05-16 00:18:22 +08:00
|
|
|
<!doctype html>
|
2026-05-28 22:28:23 +08:00
|
|
|
<html lang="zh-CN">
|
2026-05-16 00:18:22 +08:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2026-05-28 22:28:23 +08:00
|
|
|
<meta name="theme-color" content="#08070c" />
|
|
|
|
|
<meta name="color-scheme" content="dark" />
|
|
|
|
|
<meta name="application-name" content="ARK 资料库" />
|
|
|
|
|
<meta
|
|
|
|
|
name="description"
|
|
|
|
|
content="ARK 官方数据库集中整理官方教材、公告、视频、图片与常用文件,帮助社区快速找到可信资料。"
|
|
|
|
|
/>
|
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
|
<meta property="og:site_name" content="ARK 资料库" />
|
|
|
|
|
<meta property="og:title" content="ARK 官方数据库" />
|
|
|
|
|
<meta
|
|
|
|
|
property="og:description"
|
|
|
|
|
content="ARK 官方数据库集中整理官方教材、公告、视频、图片与常用文件,帮助社区快速找到可信资料。"
|
|
|
|
|
/>
|
|
|
|
|
<meta property="og:image" content="/assets/ark-mark.png" />
|
|
|
|
|
<meta property="og:locale" content="zh_CN" />
|
|
|
|
|
<meta name="twitter:card" content="summary" />
|
|
|
|
|
<meta name="twitter:title" content="ARK 官方数据库" />
|
|
|
|
|
<meta
|
|
|
|
|
name="twitter:description"
|
|
|
|
|
content="ARK 官方数据库集中整理官方教材、公告、视频、图片与常用文件,帮助社区快速找到可信资料。"
|
|
|
|
|
/>
|
|
|
|
|
<meta name="twitter:image" content="/assets/ark-mark.png" />
|
2026-05-28 23:48:11 +08:00
|
|
|
<link rel="icon" type="image/webp" href="/assets/logo-primary.webp" />
|
2026-05-28 22:28:23 +08:00
|
|
|
<link rel="apple-touch-icon" href="/assets/ark-mark.png" />
|
|
|
|
|
<link rel="manifest" href="/site.webmanifest" />
|
|
|
|
|
<title>ARK 官方数据库</title>
|
2026-05-16 00:18:22 +08:00
|
|
|
</head>
|
|
|
|
|
<body class="bg-ark-bg text-neutral-100">
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|