-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (52 loc) · 1.85 KB
/
Copy pathindex.html
File metadata and controls
52 lines (52 loc) · 1.85 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:type" content="website" />
<meta property="og:title" content="SMUNITY" />
<meta property="og:description" content="상명대학교 졸업요건 검사 사이트" />
<meta property="og:image" content="/images/main.jpg" />
<meta property="og:url" content="https://smunity.co.kr" />
<meta name="description" content="상명대학교 졸업요건 검사 사이트" />
<meta
name="naver-site-verification"
content="795e322d3ed7b8e5ff40b3031966b9c332ca9543"
/>
<meta
name="google-site-verification"
content="q28iD6a-8k7fKaE1EIpkUoc9uW0Z1JIwtgRCfIUcHZE"
/>
<title>SMUNITY</title>
<link rel="icon" href="/favicon.ico" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Courgette&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
/>
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css" />
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
<script src="/bootstrap/js/jquery.slim.min.js"></script>
<script src="/bootstrap/js/bootstrap.min.js"></script>
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"
crossorigin="anonymous"
></script>
<script
src="https://kit.fontawesome.com/e8a335040d.js"
crossorigin="anonymous"
></script>
</body>
</html>