-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
49 lines (48 loc) · 1.51 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
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="야단법석 : 2023 가을축제" />
<meta property="og:url" content="http://dgu-yadan.site" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/ogimg.png" />
<meta
property="og:description"
content="2023 동국대학교 가을 축제 : 야단법석 사이트"
/>
<title>야단법석 : 2023 가을축제</title>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-C6LEE54PVW"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-C6LEE54PVW");
</script>
<!-- google font -->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
/>
<style>
.material-symbols-outlined {
font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
</style>
</head>
<body>
<div id="root"></div>
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>