forked from F2-project02/Mentoss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (25 loc) · 1.19 KB
/
index.html
File metadata and controls
28 lines (25 loc) · 1.19 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/images/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/images/favicon/favicon.svg" />
<link rel="shortcut icon" href="/images/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png" />
<link rel="manifest" href="/images/favicon/site.webmanifest" />
<meta name="apple-mobile-web-app-title" content="멘토스" />
<!-- Open Graph 태그 -->
<meta property="og:title" content="멘토스 | MEN:TOSS" />
<meta property="og:description" content="멘토의 재능을 토스하다. 멘토와 멘티를 연결하는 가장 쉬운 방법" />
<meta property="og:image" content="https://i.imgur.com/YS4B3KS.png" />
<meta property="og:url" content="https://mentoss.vercel.app/" />
<meta property="og:type" content="website" />
<title>MEN:TOSS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>