|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 | 4 | <meta charset="UTF-8" />
|
5 |
| - <link rel="icon" type="image/svg+xml" href="/vite.svg" /> |
6 |
| - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 |
| - <meta name="description" content="모임 가능한 날짜 및 시간을 자동으로 알려주는 스케줄러 서비스" /> |
8 |
| - <meta name="keyword" content="Date Leaf, 모임, 자동, 스케줄러, meeting, auto, scheduler" /> |
9 |
| - <meta name="author" content="Imaginer" /> |
| 5 | + <meta content="width=device-width, initial-scale=1.0" name="viewport" /> |
| 6 | + <meta content="모임 가능한 날짜 및 시간을 자동으로 알려주는 스케줄러 서비스" name="description" /> |
| 7 | + <meta content="Date Leaf, 모임, 자동, 스케줄러, meeting, auto, scheduler" name="keyword" /> |
| 8 | + <meta content="Imaginer" name="author" /> |
10 | 9 | <title>Date Leaf</title>
|
11 |
| - <link rel="icon" type="image/png" href="/src/assets/Favicon.ico" /> |
| 10 | + <link href="/Favicon.ico" rel="icon" type="image/png" /> |
| 11 | + <link href="/apple-icon-57x57.png" rel="apple-touch-icon" sizes="57x57"> |
| 12 | + <link href="/apple-icon-60x60.png" rel="apple-touch-icon" sizes="60x60"> |
| 13 | + <link href="/apple-icon-72x72.png" rel="apple-touch-icon" sizes="72x72"> |
| 14 | + <link href="/apple-icon-76x76.png" rel="apple-touch-icon" sizes="76x76"> |
| 15 | + <link href="/apple-icon-114x114.png" rel="apple-touch-icon" sizes="114x114"> |
| 16 | + <link href="/apple-icon-120x120.png" rel="apple-touch-icon" sizes="120x120"> |
| 17 | + <link href="/apple-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"> |
| 18 | + <link href="/apple-icon-152x152.png" rel="apple-touch-icon" sizes="152x152"> |
| 19 | + <link href="/apple-icon-180x180.png" rel="apple-touch-icon" sizes="180x180"> |
| 20 | + <link href="/android-icon-192x192.png" rel="icon" sizes="192x192" type="image/png"> |
| 21 | + <link href="/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png"> |
| 22 | + <link href="/favicon-96x96.png" rel="icon" sizes="96x96" type="image/png"> |
| 23 | + <link href="/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png"> |
| 24 | + <link href="/manifest.json" rel="manifest"> |
| 25 | + <meta content="#ffffff" name="msapplication-TileColor"> |
| 26 | + <meta content="/ms-icon-144x144.png" name="msapplication-TileImage"> |
| 27 | + <meta content="#ffffff" name="theme-color"> |
12 | 28 | </head>
|
13 | 29 | <body>
|
14 | 30 | <div id="root"></div>
|
15 |
| - <script type="module" src="/src/main.tsx"></script> |
| 31 | + <script src="/src/main.tsx" type="module"></script> |
16 | 32 | </body>
|
17 | 33 | </html>
|
0 commit comments