-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
32 lines (32 loc) · 1022 Bytes
/
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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="떡국 만들기" />
<meta
property="og:url"
content="https://https://makingtteokguk.netlify.app/"
/>
<meta property="og:type" content="website" />
<meta
property="og:description"
content="친구와 떡국을 만들며 덕담을 나눠요."
/>
<meta
property="og:image"
content="https://velog.velcdn.com/images/aid_choi/post/623f8c70-c94b-4c06-911b-b3fae353ca18/image.png"
/>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4985252359420380"
crossorigin="anonymous"
></script>
<title>떡국 만들기</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>