-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (48 loc) · 1.88 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
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, shrink-to-fit=no, user-scalable=no"
/>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<!-- Open Graph -->
<meta property="og:title" content="[GDSC-YS] Semantics" />
<meta property="og:site_name" content="GDSC Yonsei" />
<meta property="og:url" content="https://gdsc-ys.github.io/semantic-demo" />
<meta property="og:description" content="GDSC-YS] Semantics" />
<meta property="og:image" content="/cover.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="[GDSC-YS] Semantics" />
<meta name="twitter:title" content="g[GDSC-YS] Semantics" />
<meta name="twitter:description" content="GDSC Yonsei" />
<!-- Keywords -->
<meta
name="keywords"
content="GDSC, GDG, Google Developer Student Clubs, Yonsei, 연세대학교, 연세대, GDSC 연세, Solution Challenge, 솔루션 챌린지"
/>
<meta
lang="en"
name="keywords"
content="GDSC, GDG, Google Developer Student Clubs, Yonsei, 연세대학교, 연세대, GDSC 연세, Solution Challenge, 솔루션 챌린지"
/>
<meta
name="description"
content="Google Developer Student Clubs - Yonsei Seoul Chapter"
/>
<meta name="theme-color" content="#000000" />
<title>[GDSC-YS] Semantics</title>
</head>
<body>
<noscript>
<div style="display: flex; justify-content: center; align-items: center">
Enable JS for full experience of semantic color experience!
</div>
</noscript>
<div id="root"></div>
<script type="module" src="/src/entry.tsx"></script>
</body>
</html>