-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (46 loc) · 2.1 KB
/
index.html
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
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- SEO Meta Tags -->
<meta name="description" content="Webkubor - 一个技术博客,涵盖编程教程、工具包分享、项目展示、本息计算工具等内容,助力开发者成长" />
<meta name="keywords" content="Webkubor,技术博客,编程,Web开发,工具包,本息计算,项目展示,开发者资源,技术分享" />
<!-- Open Graph Meta Tags for Social Sharing -->
<meta property="og:title" content="Webkubor - 技术博客与工具资源" />
<meta property="og:description" content="分享编程知识、项目展示、开发工具等,助力开发者成长的技术博客" />
<meta property="og:image" content="/logo.svg" />
<meta property="og:url" content="https://webkubor.online" />
<meta property="og:type" content="website" />
<!-- Twitter Cards for Social Sharing -->
<meta name="twitter:title" content="Webkubor - 技术博客与开发资源" />
<meta name="twitter:description" content="分享编程知识、项目展示、开发工具等内容的技术博客" />
<meta name="twitter:image" content="/logo.svg" />
<!-- theme color-->
<meta name="theme-color" content="#373737" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#242424" media="(prefers-color-scheme: dark)">
<!-- icon -->
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<title>Hi ,this is webkubor!</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
<script src="https://giscus.app/client.js"
data-repo="webkubor/shares"
data-repo-id="R_kgDOMmrFmw"
data-category="General"
data-category-id="DIC_kwDOMmrFm84Clv4s"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="dark"
data-lang="zh-CN"
crossorigin="anonymous"
async>
</script>
<noscript>Please enable JavaScript to view the comments powered by Giscus.</noscript>
</html>