-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1.32 KB
/
index.html
File metadata and controls
33 lines (32 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/G.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#db7770" />
<meta name="title" content="GRIG"/>
<meta
name="description"
content="Github Rank In GSM
깃헙의 다양한 요소들로 랭킹을 세워봄으로써, 학생들이 깃헙에 더 관심을 갖도록 하기위해 제작되었습니다.
GSM을 거쳤거나, 재학 중인 사람들의 각 요소별 깃헙 랭킹을 표시합니다."
/>
<meta name="og:viewport" content="width=device-width, initial-scale=1" />
<meta name="og:theme-color" content="#db7770" />
<meta name="og:title" content="GRIG"/>
<meta
name="og:description"
content="Github Rank In GSM
깃헙의 다양한 요소들로 랭킹을 세워봄으로써, 학생들이 깃헙에 더 관심을 갖도록 하기위해 제작되었습니다.
GSM을 거쳤거나, 재학 중인 사람들의 각 요소별 깃헙 랭킹을 표시합니다."
/>
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<title>GRIG</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>