网站和推流制作完成
This commit is contained in:
58
EyeVue/index.html
Normal file
58
EyeVue/index.html
Normal file
@@ -0,0 +1,58 @@
|
||||
<!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="Reisa 个人网站" />
|
||||
<meta name="keywords" content="ReisaPage,Vue,Vite,ServerMonitoring,FindMaimai,Maimai,Reisa,Spasol" />
|
||||
<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="Reisa Spasol" />
|
||||
<meta property="og:description" content="Reisa 个人网站" />
|
||||
<meta property="og:image" content="/src/assets/logo.png" />
|
||||
<meta property="og:locale" content="zh_CN" />
|
||||
<meta property="og:site_name" content="Reisa Spasol" />
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="@Spaso1" />
|
||||
<meta name="twitter:title" content="Reisa Spasol" />
|
||||
<meta name="twitter:description" content="Reisa 个人网站" />
|
||||
<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 Reisa",
|
||||
"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>
|
||||
Reference in New Issue
Block a user