-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (23 loc) · 970 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (23 loc) · 970 Bytes
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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:image" content="https://lukepark327.github.io/wedding/img/main.png" />
<meta property="og:title" content="박상현 ♥️ 구연재" />
<meta property="og:site_name" content="박상현 ♥️ 구연재 결혼합니다" />
<meta property="og:description" content="2023년 10월 29일, 일요일 낮 2시 서울대학교 이라운지" />
<title>박상현 ♥️ 구연재</title>
</head>
<body>
<script src="https://t1.kakaocdn.net/kakao_js_sdk/2.2.0/kakao.min.js"
integrity="sha384-x+WG2i7pOR+oWb6O5GV5f1KN2Ko6N7PTGPS7UlasYWNxZMKQA63Cj/B2lbUmUfuC"
crossorigin="anonymous"></script>
<script>
Kakao.init("8c5fd4f99d560208817192c86c9aa4dd");
</script>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>