-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (28 loc) · 1.23 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/2024/favicon.ico" />
<meta name="theme-color" content="#ffffff" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="description" content="LOUPE, 우리가 보는 또 다른 세상" />
<link href="https://cdn.jsdelivr.net/gh/sun-typeface/SUITE/fonts/variable/woff2/SUITE-Variable.css"
rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LOUPE</title>
<link rel="apple-touch-icon" href="/2024/logo192.png" />
<meta property="og:title" content="LOUPE" />
<meta property="og:description" content="LOUPE, 우리가 보는 또 다른 세상" />
<meta property="og:type" content="website" />
<!-- <meta property="og:url" content="https://mynameisapple.sunrin.graphics" /> -->
<meta property="og:url" content="https://sunrin.graphics/2024" />
<meta property="og:image" content="/2024/og.jpg" />
<link rel="manifest" href="/2024/manifest.json" />
</head>
<body>
<div id="root"></div>
<div id="modal-root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>