-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (55 loc) Β· 2.03 KB
/
Copy pathindex.html
File metadata and controls
57 lines (55 loc) Β· 2.03 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/favicon.svg" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta name="description" content="μΉκ΅¬, λλ£λ€κ³Ό ν¨κ» μΆμ΅μ λ§λ€κ³ κ°μ§νμΈμ!" />
<meta
property="og:image"
content="https://rolling-paper-makers.vercel.app/imgs/rollingpaper.png"
/>
<meta property="og:title" content="μΆμ΅μ λ‘€λ§νμ΄νΌ" />
<meta property="og:url" content="https://rolling-paper-makers.vercel.app/" />
<meta property="og:description" content="μΉκ΅¬, λλ£λ€κ³Ό ν¨κ» μΆμ΅μ λ§λ€κ³ κ°μ§νμΈμ!" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="μΆμ΅μ λ‘€λ§νμ΄νΌ" />
<meta name="twitter:url" content="https://rolling-paper-makers.vercel.app/" />
<title>μΆμ΅μ λ‘€λ§νμ΄νΌ</title>
<meta
name="twitter:image"
content="https://rolling-paper-makers.vercel.app/imgs/rollingpaper_twitter.png"
/>
<script src="https://developers.kakao.com/sdk/js/kakao.js"></script>
<script
src="https://t1.kakaocdn.net/kakao_js_sdk/2.0.0/kakao.min.js"
integrity="sha384-PFHeU/4gvSH8kpvhrigAPfZGBDPs372JceJq3jAXce11bVA6rMvGWzvP4fMQuBGL"
crossorigin="anonymous"
></script>
<script>
Kakao.init('c089c8172def97eb00c07217cae17495') // μ¬μ©νλ €λ μ±μ JavaScript ν€ μ
λ ₯
</script>
<link
type="text/css"
media="screen"
rel="stylesheet"
crossorigin="anonymous"
href="https://fonts.googleapis.com/earlyaccess/jejumyeongjo.css"
/>
<link
type="text/css"
media="screen"
rel="stylesheet"
crossorigin="anonymous"
href="https://fonts.googleapis.com/earlyaccess/nanumgothic.css"
/>
</head>
<body>
<div id="root"></div>
<div id="modal"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>