-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (41 loc) · 1.51 KB
/
Copy pathindex.html
File metadata and controls
41 lines (41 loc) · 1.51 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="theme-color" content="#12805c" />
<meta
name="description"
content="Github.wiki is a repository explanation wiki scaffold for typed local article data."
/>
<!-- Site-level Open Graph / Twitter defaults for non-JS social crawlers.
Per-page title/description/canonical/OG are rendered by React 19 (PageMeta)
and picked up by JS-rendering crawlers such as Googlebot. -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Github.wiki" />
<meta
property="og:title"
content="Github.wiki:대문 - Github.wiki"
/>
<meta
property="og:description"
content="AI 코딩 에이전트 저장소를 위키 형태로 정리한 Github.wiki — gajae-code, oh-my-codex, patina 등 도구 문서."
/>
<meta property="og:url" content="https://wiki.vibetip.help/" />
<meta name="twitter:card" content="summary" />
<meta
name="twitter:title"
content="Github.wiki:대문 - Github.wiki"
/>
<meta
name="twitter:description"
content="AI 코딩 에이전트 저장소를 위키 형태로 정리한 Github.wiki."
/>
<title>Github.wiki:대문 - Github.wiki</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>