-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (60 loc) · 2.06 KB
/
Copy pathindex.html
File metadata and controls
64 lines (60 loc) · 2.06 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/webp" href="/src/shared/assets/pabicon.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="preload"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css"
onload="this.rel = 'stylesheet'"
/>
<noscript>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css"
/>
</noscript>
<link
rel="preload"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css"
onload="this.rel = 'stylesheet'"
/>
<noscript>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css"
/>
</noscript>
<title>BOAZ | 국내 최초 빅데이터 동아리</title>
<meta
name="description"
content="데이터로부터 가능성을 발견하고 함께 성장하는 사람들의 커뮤니티, BOAZ입니다."
/>
<meta property="og:title" content="BOAZ | 국내 최초 빅데이터 동아리" />
<meta
property="og:description"
content="데이터로부터 가능성을 발견하고 함께 성장하는 사람들의 커뮤니티, BOAZ입니다."
/>
<meta property="og:image" content="https://www.bigdataboaz.com/assets/images/og.png" />
<meta property="og:url" content="https://www.bigdataboaz.com" />
<meta property="og:type" content="website" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "BOAZ",
"url": "https://www.bigdataboaz.com",
"logo": "https://www.bigdataboaz.com/assets/images/BOAZ_logo.svg"
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/app/main.tsx"></script>
</body>
</html>