forked from TEAM-LifeTail/2024-sharedog-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 1.15 KB
/
index.html
File metadata and controls
36 lines (36 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/faviconsvg.svg" /> -->
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<meta name="theme-color" content="#ffffff" />
<link rel="manifest" href="/manifest.webmanifest" />
<link
rel="apple-touch-icon"
href="/icons/maskable_icon_x512.png"
/>
<title>나눠주개</title>
<meta property="og:title" content="나눠주개" />
<meta
property="og:description"
content="반려견 헌혈 정보 커뮤니티 '나눠주개'"
/>
<meta property="og:image" content="/thumbnail2.png" />
<!-- 오픈그래프설정 -->
<!-- Kakao SDK 스크립트 추가 -->
<script
src="https://t1.kakaocdn.net/kakao_js_sdk/2.7.4/kakao.min.js"
integrity="sha384-DKYJZ8NLiK8MN4/C5P2dtSmLQ4KwPaoqAfyA/DfmEc1VDxu4yyC7wy6K1Hs90nka"
crossorigin="anonymous"
></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>