|
1 | 1 | <!doctype html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
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 | | - <title>Vite + React + TS</title> |
| 4 | + <meta charSet="UTF-8" /> |
| 5 | + <base href="/" /> |
| 6 | + <link rel="icon" href="/favicon.ico" sizes="32x32"> |
| 7 | + <link rel="icon" href="/favicon.svg" type="image/svg+xml"> |
| 8 | + <link rel="apple-touch-icon" href="/favicon-180.png"> |
| 9 | + |
| 10 | + <meta name="theme-color" content="#fff" /> |
| 11 | + <meta name="theme-color" media="(prefers-color-scheme: light)" content="#fff" /> |
| 12 | + <meta name="theme-color" media="(prefers-color-scheme: dark)" content="#fff" /> |
| 13 | + |
| 14 | + <meta name="msapplication-navbutton-color" content="#fff" /> |
| 15 | + <meta name="msapplication-TileColor" content="#fff" /> |
| 16 | + <meta name="msapplication-TileImage" content="/favicon-192.png" /> |
| 17 | + <meta name="application-name" content="PyCon KR" /> |
| 18 | + <meta name="apple-mobile-web-app-title" content="PyCon KR" /> |
| 19 | + <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> |
| 20 | + <meta name="apple-mobile-web-app-capable" content="yes" /> |
| 21 | + <meta name="mobile-web-app-capable" content="yes" /> |
| 22 | + <!-- https://developers.google.com/web/fundamentals/web-app-manifest/ --> |
| 23 | + <link rel="manifest" href="/site.webmanifest" /> |
| 24 | + |
| 25 | + <meta name="viewport" content="width=device-width, |
| 26 | + height=device-height, |
| 27 | + target-densitydpi=device-dpi, |
| 28 | + initial-scale=1.0, |
| 29 | + minimum-scale=1.0, |
| 30 | + maximum-scale=1.0, |
| 31 | + user-scalable=0, |
| 32 | + user-scalable=no, |
| 33 | + shrink-to-fit=no" /> |
| 34 | + <meta name="author" content="PyCon Korea Organizing Team" /> |
| 35 | + <meta name="description" content="Teaser site for PyCon Korea 2025" /> |
| 36 | + <meta name="keywords" content="PyCon, Python, Conference, Korea, 2025" /> |
| 37 | + <meta name="google" content="notranslate" /> |
| 38 | + <meta name="googlebot" content="index, follow" /> |
| 39 | + <meta name="robots" content="index, follow" /> |
| 40 | + |
| 41 | + <script src="https://cdn.iamport.kr/v1/iamport.js"></script> |
| 42 | + |
| 43 | + <title>PyCon Korea 2025</title> |
8 | 44 | </head> |
9 | 45 | <body> |
10 | 46 | <div id="root"></div> |
|
0 commit comments