-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
36 lines (35 loc) · 1.28 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/reset.min.css"
rel="stylesheet" />
<link
href="https://webfontworld.github.io/LotteriaChab/LotteriaChab.css"
rel="stylesheet" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="노닥노닥" />
<meta
name="description"
content="노닥노닥에서 투표를 통한 자유로운 이야기를 나누어보세요" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://nodak.vercel.app/" />
<meta property="og:title" content="노닥노닥" />
<meta
property="og:description"
content="노닥노닥에서 투표를 통한 자유로운 이야기를 나누어보세요" />
<meta
property="og:image"
content="https://nodak.vercel.app/DefaultImage.webp" />
<title>노닥노닥</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>