|
4 | 4 | <meta charset="utf-8" /> |
5 | 5 | <link rel="icon" href="%PUBLIC_URL%/logo.png" /> |
6 | 6 | <!-- TODO 올해 아이콘으로 --> |
7 | | - <meta name="viewport" content="width=device-width, |
| 7 | + <meta |
| 8 | + name="viewport" |
| 9 | + content="width=device-width, |
8 | 10 | height=device-height, |
9 | 11 | target-densitydpi=device-dpi, |
10 | 12 | initial-scale=1.0, |
11 | 13 | minimum-scale=1.0, |
12 | 14 | maximum-scale=1.0, |
13 | 15 | user-scalable=0, |
14 | 16 | user-scalable=no, |
15 | | - shrink-to-fit=no" /> |
| 17 | + shrink-to-fit=no" |
| 18 | + /> |
16 | 19 | <meta name="theme-color" content="#000000" /> |
17 | 20 | <meta name="description" content="Web site created using create-react-app" /> |
18 | 21 | <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> |
19 | | - <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" /> |
20 | | - <script type="text/javascript" src="//dapi.kakao.com/v2/maps/sdk.js?appkey=d3945eccce7debf0942f885e90a71f97"></script> |
| 22 | + <link |
| 23 | + rel="stylesheet" |
| 24 | + href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" |
| 25 | + /> |
| 26 | + <script |
| 27 | + type="text/javascript" |
| 28 | + src="//dapi.kakao.com/v2/maps/sdk.js?appkey=d3945eccce7debf0942f885e90a71f97" |
| 29 | + ></script> |
21 | 30 | <!-- |
22 | 31 | manifest.json provides metadata used when your web app is installed on a |
23 | 32 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ |
|
32 | 41 | work correctly both with client-side routing and a non-root public URL. |
33 | 42 | Learn how to configure a non-root public URL by running `npm run build`. |
34 | 43 | --> |
| 44 | + <!-- Google tag (gtag.js) --> |
| 45 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-68TW2KGKLL"></script> |
| 46 | + <script> |
| 47 | + window.dataLayer = window.dataLayer || []; |
| 48 | + function gtag() { |
| 49 | + dataLayer.push(arguments); |
| 50 | + } |
| 51 | + gtag("js", new Date()); |
| 52 | + |
| 53 | + gtag("config", "G-68TW2KGKLL"); |
| 54 | + </script> |
35 | 55 | <title>파이콘 한국 2024</title> |
36 | 56 | </head> |
37 | 57 | <body> |
|
0 commit comments