-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
38 lines (36 loc) · 1.66 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Cache-Control" content="max-age=0, s-maxage=31536000" />
<meta name="description" content="수위키, 강의평가의 모든 것" />
<meta name="keywords" content="SUWIKI, 수위키, 수원대, 강의평가, 수원대 강의평가" />
<link rel="icon" href="images/favicon.ico" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://suwiki.kr/" />
<meta property="og:title" content="SUWIKI" />
<meta property="og:description" content="수위키, 강의평가의 모든 것" />
<meta property="og:site_name" content="SUWIKI" />
<meta property="og:locale" content="ko" />
<meta property="og:image" content="https://suwiki.kr/images/oglogo.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable-dynamic-subset.css"
/>
<link rel="preload" href="images/resize_banner.avif" as="image" type="image/avif" />
<link rel="preload" href="images/signup.avif" as="image" type="image/avif" />
<link rel="manifest" href="manifest.json" />
<title>SUWIKI</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>