-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 1.24 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="manifest" href="manifest.json" />
<link rel="manifest" href="install.webmanifest" />
<link
rel="apple-touch-icon"
sizes="1004x1003"
href="/icons/icon-1003x1003.png"
/>
<!-- social meta -->
<meta property="og:url" content="https://oatnote.io" />
<meta property="og:title" content="Oat Note (오노)" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/OatNoteLogo.png" />
<meta
property="og:description"
content="널 위한 오트밀, 메모를 알잘딱깔센 찾아드립니다. "
/>
<!-- web meta -->
<meta name="theme-color" content="#FCEFD1" />
<meta name="title" content="Null - Oat Note" />
<meta
name="description"
content="메모 분류를 AI로 해주고, 나중에 찾을 때도 대충 질문해도 알아서 잘 메모를 찾아드립니다. "
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Oat Note</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>