forked from VriskaSerket51/menkakusitsu-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (41 loc) · 1.62 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="manifest" href="/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#279023" />
<link rel="shortcut icon" href="/icon.png" />
<link rel="apple-touch-icon" href="/icon.png" />
<title>이디저디</title>
<meta name="description" content="제주과학고 학교생활 사이트입니다." />
<meta property="og:type" content="website" />
<meta property="og:title" content="이디저디" />
<meta
property="og:description"
content="제주과학고 학교생활 사이트입니다."
/>
<meta property="og:image" content="/og_image.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:locale" content="ko_KR" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="https://new.이디저디.com" />
<meta property="twitter:title" content="이디저디" />
<meta
property="twitter:description"
content="제주과학고 학교생활 사이트입니다."
/>
<meta property="twitter:image" content="/og_image.png" />
<meta property="twitter:image:type" content="image/png" />
<meta
name="google-site-verification"
content="cl2Yxg1GspLfQmmavZWDhyDJFfoIrTVo-u4yhtRxUa4"
/>
</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>