-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (48 loc) · 2.82 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<link rel="icon" href="%VITE_APP_PUBLIC_URL%img/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, shrink-to-fit=no, viewport-fit=cover">
<meta name="theme-color" content="#1a1a1a">
<meta name="description" content="최신 영화 정보, 리뷰, 트레일러, 인기 영화 검색 서비스. 영화 팬들을 위한 완벽한 정보 검색 앱! 방대한 영화 데이터베이스에서 영화 정보를 검색하세요. 평점, 리뷰, 감독 정보, 출연진 등 다양한 정보를 제공합니다.">
<meta property="og:title" content="KPlex">
<meta property="og:type" content="website">
<meta property="og:url" content="%VITE_APP_PUBLIC_URL%">
<meta property="og:image" content="%VITE_APP_PUBLIC_URL%img/ogimage.png">
<meta property="og:description" content="최신 영화 정보, 리뷰, 트레일러, 인기 영화 검색 서비스. 영화 팬들을 위한 완벽한 정보 검색 앱! 방대한 영화 데이터베이스에서 영화 정보를 검색하세요. 평점, 리뷰, 감독 정보, 출연진 등 다양한 정보를 제공합니다.">
<link rel="apple-touch-icon" href="%VITE_APP_PUBLIC_URL%img/icon_app.png">
<link rel="apple-touch-icon-precomposed" href="%VITE_APP_PUBLIC_URL%img/icon_app.png">
<link rel="apple-touch-icon" href="%VITE_APP_PUBLIC_URL%img/icon_app.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="React+TMDB">
<link rel="stylesheet" href="%VITE_APP_PUBLIC_URL%css/style.css?v=%VITE_APP_VER%">
<link rel="stylesheet" href="%VITE_APP_PUBLIC_URL%css/common.css?v=%VITE_APP_VER%">
<link rel="manifest" href="%VITE_APP_PUBLIC_URL%manifest.json">
<title>%VITE_APP_TITLE%</title>
<script>
// if ("serviceWorker" in navigator) { window.addEventListener("load", () => navigator.serviceWorker.register("./service-worker.js")); }
</script>
</head>
<body class="body">
<div class="wrap" id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<!-- Google tag (gtag.js) kimkee.github.io/react -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NL65CPDRT4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NL65CPDRT4');
</script>
<!-- Google tag (gtag.js) kplex.netlify.app -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B3E707YWQE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-B3E707YWQE');
</script>
</body>
</html>