-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
40 lines (38 loc) · 1.38 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
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1.0,
user-scalable=0"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.gcvd2024.com/" />
<meta property="og:title" content="Digging Club : 2024 가천대 시각디자인학과 졸업전시" />
<meta property="og:image" content="/thumbnail.png" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M851F89D1P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-M851F89D1P');
</script>
<title>Digging Club : 2024 가천대 시각디자인학과 졸업전시</title>
<meta
name="description"
content="2024 가천대학교 시각디자인과 졸업전시 Digging Club에 오신 것을 환영합니다. 학생들이 열정과 전문성을 갖고 준비한 작품들을 만나보세요."
/>
<meta
name="keywords"
content="2024, 가천대학교, 시각디자인학과, 졸업전시, Digging Club, 디자인 전시"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>