-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (46 loc) · 2.31 KB
/
index.html
File metadata and controls
50 lines (46 loc) · 2.31 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/24/24PrimitiveLogoTransparent.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="공주대학교 프로그래밍 동아리 Primitive의 홈페이지입니다." />
<meta http-equiv="refresh" content="Primitive" />
<meta name="Keywords" content="프리미티브, Primitive, 공주대학교, 프로그래밍, 동아리, 프미, 공주대, 공주대 동아리" />
<!-- OpenGraph Meta Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="PRIMITIVE - 공주대학교 프로그래밍 동아리" />
<meta property="og:description" content="공주대학교 프로그래밍 동아리 Primitive의 홈페이지입니다." />
<meta property="og:image" content="/24/24PrimitiveLogoTransparent.png" />
<meta property="og:url" content="https://primitive.kr" />
<meta property="og:site_name" content="PRIMITIVE" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="PRIMITIVE - 공주대학교 프로그래밍 동아리" />
<meta name="twitter:description" content="공주대학교 프로그래밍 동아리 Primitive의 홈페이지입니다." />
<meta name="twitter:image" content="/24/24PrimitiveLogoTransparent.png" />
<meta name="google-site-verification" content="ACxkFgRT20sAnvdMvDKzyMbobGSGx0lJTONZLhnQL8o" />
<link
href="https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff"
/>
<link rel="apple-touch-icon" href="/24/24PrimitiveLogoTransparent.png" />
<meta name="naver-site-verification" content="61418c2aeda36be0533273cd3edb97c92c27f5e2" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E68T7KQNMY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-E68T7KQNMY");
</script>
<link rel="stylesheet" href="https://unpkg.com/react-quill@1.3.3/dist/quill.snow.css" />
<title>PRIMITIVE</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>