59 lines
1.8 KiB
HTML
59 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="./src/assets/icon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<!-- 基础 Meta 标签 -->
|
|
<title>Powered by Reisa</title>
|
|
<meta name="description" content="ReiJM" />
|
|
<meta name="keywords" content="ReiJM,Vue,Vite,ServerMonitoring ,Maimai" />
|
|
<meta name="author" content="Reisa" />
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://www.godserver.cn" />
|
|
<meta property="og:title" content="ReiJM" />
|
|
<meta property="og:description" content="ReiJM 网站" />
|
|
<meta property="og:image" content="/src/assets/logo.png" />
|
|
<meta property="og:locale" content="zh_CN" />
|
|
<meta property="og:site_name" content="ReiJM" />
|
|
|
|
<!-- Twitter -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:site" content="@ReiJM" />
|
|
<meta name="twitter:title" content="ReiJM" />
|
|
<meta name="twitter:description" content="ReiJM" />
|
|
<meta name="twitter:image" content="/src/assets/logo.png" />
|
|
|
|
<!-- 主题色 -->
|
|
<meta name="theme-color" content="#42b983" />
|
|
|
|
<!-- Schema.org 结构化数据 -->
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "Organization",
|
|
"name": " Powered by ReiJM",
|
|
"url": "https://www.godserver.cn",
|
|
"logo": "/src/assets/logo.png",
|
|
"sameAs": ["https://github.com/Spaso1", "https://twitter.com/Spaso1"]
|
|
}
|
|
</script>
|
|
|
|
<!-- 字体预加载 -->
|
|
<link
|
|
rel="preload"
|
|
href="https://cdn.godserver.cn/resource/lxwk.woff2"
|
|
as="font"
|
|
type="font/woff2"
|
|
crossorigin="anonymous"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|