-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (33 loc) · 1.05 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/logo.ico" />
<title>Zwitter</title>
<meta property="og:site_name" content="Zwitter" />
<meta property="og:title" content="Zwitter" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/logo.jpg" />
<meta
name="description"
property="og:description"
content="쉿-! 지금 Z세대는 Zwitter에서 조잘거리는 중"
/>
<meta name="author" content="sryung1225" />
<meta
name="og:url"
property="og:url"
content="https://xwitter-c64ef.web.app/"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/galmuri/dist/galmuri.css"
/>
</head>
<body>
<noscript>이 웹 애플리케이션은 JavaScript 활성화가 필요합니다.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>