Files
Arkie-Library-Frontend/index.html

43 lines
1.7 KiB
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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" />
<link
rel="icon"
type="image/svg+xml"
href="/assets/ark-library/header-logo.svg"
/>
<link rel="apple-touch-icon" href="/assets/ark-mark.png" />
<link rel="manifest" href="/site.webmanifest" />
<title>ARK 官方数据库</title>
</head>
<body class="bg-ark-bg text-neutral-100">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>