-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 1.23 KB
/
index.html
File metadata and controls
27 lines (26 loc) · 1.23 KB
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
<!doctype html>
<html lang="en">
<head>
<link rel="icon" href="/favicon.ico?v=1" />
<!-- <link rel="icon" type="image/svg+xml" href="/appLogo.svg" /> -->
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" sizes="180x180" />
<link rel="mask-icon" href="/mask-icon.svg" color="#FFFFFF" />
<meta name="theme-color" content="#ffffff" />
<link rel="manifest" href="/manifest.webmanifest" />
<!-- <script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script> -->
<meta charset="UTF-8" />
<meta name="description" content="Human Zipyo" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no, viewport-fit=cover" />
<link
rel="preload"
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css"
as="style"
/>
<link href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css" rel="stylesheet" />
<title>인간지표 : 주식투자심리도우미</title>
</head>
<body>
<div id="root" style="height: 100%; width: 100%; max-width: 1280px; margin: 0 auto"></div>
<script type="module" src="/src/main.tsx?v=26020801"></script>
</body>
</html>