This repository was archived by the owner on Aug 17, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (77 loc) · 3.74 KB
/
Copy pathindex.html
File metadata and controls
79 lines (77 loc) · 3.74 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="UMC(University Makeus Challenge)는 기획자, 디자이너, 개발자가 함께하는 대학생 IT 프로젝트 연합동아리입니다. 모집 일정 확인부터 지원서 제출까지 한 번에 진행할 수 있습니다."
/>
<meta name="robots" content="index,follow" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="UMC | University Makeus Challenge" />
<meta property="og:title" content="UMC | 대학생 IT 프로젝트 연합동아리" />
<meta
property="og:description"
content="UMC(University Makeus Challenge)는 기획자, 디자이너, 개발자가 함께하는 대학생 IT 프로젝트 연합동아리입니다. 모집 일정 확인부터 지원서 제출까지 한 번에 진행할 수 있습니다."
/>
<meta property="og:url" content="%VITE_SITE_URL%/" />
<meta property="og:image" content="%VITE_SITE_URL%/assets/images/Preview.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="UMC | 대학생 IT 프로젝트 연합동아리" />
<meta
name="twitter:description"
content="UMC(University Makeus Challenge)는 기획자, 디자이너, 개발자가 함께하는 대학생 IT 프로젝트 연합동아리입니다. 모집 일정 확인부터 지원서 제출까지 한 번에 진행할 수 있습니다."
/>
<meta name="twitter:url" content="%VITE_SITE_URL%/" />
<meta name="twitter:image" content="%VITE_SITE_URL%/assets/images/Preview.png" />
<meta name="naver-site-verification" content="7541731b1ed3687dfa3b75eba8d9f1a4e56bc0e2" />
<link rel="canonical" href="%VITE_SITE_URL%/" />
<link rel="manifest" href="/manifest.json" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" sizes="48x48" href="/favicon-48.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://prod.umc.it.kr/#organization",
"name": "UMC",
"alternateName": "University Makeus Challenge",
"url": "https://prod.umc.it.kr/",
"logo": "https://prod.umc.it.kr/assets/images/Preview.png",
"sameAs": [
"https://www.instagram.com/uni_makeus_challenge/",
"https://www.youtube.com/@UniversityMakeUsChallenge"
],
"description": "기획자, 디자이너, 개발자가 함께하는 대학생 IT 프로젝트 연합동아리 UMC"
},
{
"@type": "WebSite",
"@id": "https://prod.umc.it.kr/#website",
"name": "UMC",
"alternateName": "University Makeus Challenge",
"url": "https://prod.umc.it.kr/",
"publisher": {
"@id": "https://prod.umc.it.kr/#organization"
},
"inLanguage": "ko-KR"
}
]
}
</script>
<title>UMC | 대학생 IT 프로젝트 연합동아리</title>
</head>
<body>
<div id="app" data-prerendered="false"><!--app-html--></div>
<div id="modal-root"></div>
<script type="module" src="/src/app/main.tsx"></script>
</body>
</html>