-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (32 loc) · 1.2 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" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="google-site-verification"
content="Wbfh-5v-LgK6vr6EPauyr5R_Zs8R7QRW05dZ8nL0AZA"
/>
<link rel="canonical" href="https://team-pick.vercel.app" />
<meta name="author" content="team-PiCK" />
<meta property="og:title" content="Team PiCK을 소개합니다" />
<meta property="og:site_name" content="team PiCK" />
<meta
property="og:description"
content="DSM의 모든 학생과 교직원이
서로 연결되는 서비스를 만들어 갑니다."
/>
<meta
name="keywords"
content="Team PiCK, team, pick, PiCK, Pick, 픽, 혁신, 연결, 참여, 지식, 대덕소프트웨어마이스터고, DSM, 대마고"
/>
<meta name="description" content="team PiCK 소개 페이지" />
<link property="og:image" content="/preview.png" />
<title>Team PiCK</title>
</head>
<body style="margin: 0; box-sizing: border-box">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>