-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.34 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="en">
<head>
<meta charset="UTF-8" />
<meta content="떡국을 부탁해" name="title" />
<meta content="떡국을 부탁해, 설날" name="keywords" />
<meta content="떡국을 만들고 응원 메시지를 전달하세요" name="description" />
<meta property="og:title" content="떡국을 부탁해" />
<meta property="og:site_name" content="떡국을 부탁해" />
<meta property="og:url" content="https://www.tteokguk-please.com/" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/assets/thumbnail.png" />
<meta property="og:image:width" content="800" />
<meta property="og:image:height" content="400" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
property="og:description"
content="나만의 떡국을 만들고, 다른 사람들과 재료를 나눠보세요."
/>
<link rel="icon" href="/assets/favicon.ico" type="image/x-icon" />
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css"
/>
<title>떡국을 부탁해</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>