forked from 2024HongikFestival/Festa-Client-Application
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (84 loc) · 3.32 KB
/
index.html
File metadata and controls
85 lines (84 loc) · 3.32 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
80
81
82
83
84
85
<!doctype html>
<html lang="en">
<head>
<title>2024 홍익대학교 대동제 화양연화 ; 만개</title>
<meta charset="UTF-8" />
<meta property="og:title" content="2024 홍익대학교 대동제 화양연화 ; 만개" />
<meta
property="og:description"
content="활짝 피어있는 지금, 있는 그대로 만개한 청춘의 이 순간을 2024 화양연화 ; 만개로 기억할 것입니다."
/>
<meta
property="og:image"
content="https://hongik-festa-bucket.s3.ap-northeast-2.amazonaws.com/og/openGraphImg.webp"
/>
<meta property="og:url" content="https://www.2024hongikfestival.com/" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SBMY9HR3HG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-SBMY9HR3HG');
</script>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/faviconBlack.svg" media="(prefers-color-scheme: light)" />
<link rel="icon" type="image/svg+xml" href="/faviconWhite.svg" media="(prefers-color-scheme: dark)" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css"
rel="preload"
/>
<link
href="https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap"
rel="stylesheet"
rel="preload"
/>
<link href="https://fonts.cdnfonts.com/css/nanumsquare-neo" rel="stylesheet" rel="preload" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/noto-sans-kr@0.1.1/styles.min.css" rel="preload" />
<link href="https://fonts.cdnfonts.com/css/inconsolata-2" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://webfontworld.github.io/score/SCoreDream.css" rel="stylesheet" rel="preload" />
<script>
(function (d) {
var config = {
kitId: 'zbx0fnj',
scriptTimeout: 3000,
async: true,
},
h = d.documentElement,
t = setTimeout(function () {
h.className = h.className.replace(/\bwf-loading\b/g, '') + ' wf-inactive';
}, config.scriptTimeout),
tk = d.createElement('script'),
f = false,
s = d.getElementsByTagName('script')[0],
a;
h.className += ' wf-loading';
tk.src = 'https://use.typekit.net/' + config.kitId + '.js';
tk.async = true;
tk.onload = tk.onreadystatechange = function () {
a = this.readyState;
if (f || (a && a != 'complete' && a != 'loaded')) return;
f = true;
clearTimeout(t);
try {
Typekit.load(config);
} catch (e) {}
};
s.parentNode.insertBefore(tk, s);
})(document);
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>