-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (35 loc) · 2.04 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="description" content="our light illuminates your night." />
<meta name="og:title" content="lunaiz." />
<meta name="og:description" content="our light illuminates your night." />
<meta name="author" content="lunaiz" />
<meta name="theme-color" content="#06A3FF" />
<meta name="color" content="#06A3FF" />
<meta name="og:image" content="https://cdn.lunaiz.com/lunaiz_logo/lunaiz_logo.png" />
<meta name="keywords"
content="lunaiz, lunaiz corp, lunaiz corporation, lunaiz company, lunaiz official, lunaiz
website, lunaiz homepage, lunaiz home, lunaiz main, lunaiz main page, lunaiz mainpage, lunaiz main page, lunaiz, 루나이즈, 루나이즈 홈페이지, 주식회사 루나이즈, 루나이즈 컴퍼니, 루나이즈 계정, 루나이즈 회사, 루나이즈 사이트, 손지민">
<link rel="icon" href="https://cdn.lunaiz.com/lunaiz_logo/icon-xl.png">
<link rel="stylesheet" href="https://cdn.lunaiz.com/lunaiz_assets/ProductSans/stylesheet.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/eunchurn/NanumSquareNeo@0.0.6/nanumsquareneovar.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-adsense-account" content="ca-pub-2564354188424655" />
<meta name="naver-site-verification" content="a11f6c246ee5a637aaddc5d09559fccee4e90070" />
<script>
// On page load or when changing themes, best to add inline in `head` to avoid FOUC
if (localStorage.getItem('color-theme') === 'dark' || (!('color-theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
document.documentElement.classList.add('dark');
} else {
document.documentElement.classList.remove('dark')
}
</script>
</head>
<body class="min-h-screen bg-[#f9f9f9] border-gray-200 dark:bg-gray-900 dark:border-gray-700">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
<script src="https://cdn.jsdelivr.net/npm/flowbite@2.5.2/dist/flowbite.min.js"></script>
</html>