-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (45 loc) · 2.19 KB
/
index.html
File metadata and controls
49 lines (45 loc) · 2.19 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="NeHex 是一个前后端分离的次世代开源个人空间引擎,提供高性能、稳定可扩展的博客与内容创作体验。" />
<meta name="keywords" content="NeHex, 个人空间引擎, 博客系统, 开源博客, Rust, Nuxt, 次世代博客" />
<meta name="author" content="NeHex" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#191919" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://nehex.ueg.ee/" />
<meta property="og:title" content="NeHex - 次世代个人空间引擎" />
<meta
property="og:description"
content="NeHex 是一个前后端分离的次世代开源个人空间引擎,提供高性能、稳定可扩展的博客与内容创作体验。"
/>
<meta property="og:image" content="/images/android-chrome-512x512.png" />
<meta property="og:locale" content="zh_CN" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="NeHex - 次世代个人空间引擎" />
<meta
name="twitter:description"
content="NeHex 是一个前后端分离的次世代开源个人空间引擎,提供高性能、稳定可扩展的博客与内容创作体验。"
/>
<meta name="twitter:image" content="/images/android-chrome-512x512.png" />
<link rel="icon" href="/favicon.ico" />
<link rel="canonical" href="https://nehex.ueg.ee/" />
<title>NeHex - 次世代个人空间引擎</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "NeHex",
"applicationCategory": "BloggingApplication",
"operatingSystem": "Web",
"description": "NeHex 是一个前后端分离的次世代开源个人空间引擎,提供高性能、稳定可扩展的博客与内容创作体验。"
}
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>