-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (51 loc) · 1.9 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>미끄메라넷</title>
<link rel="icon" type="image/ico" href="/icon.ico" />
<meta name="google-adsense-account" content="ca-pub-8773700446981720" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="naver-site-verification" content="f2a9ea1689cf04ca66e7ac624de799acf5b5b648" />
<meta
name="description"
content="흐믈흐믈 여러분의 포켓몬 실전배틀 도우미, 미끄메라넷입니다."
/>
<meta name="keywords" content="포켓몬, 실전배틀, 미끄메라넷, 미끄메라" />
<meta property="og:title" content="미끄메라넷" />
<meta
property="og:description"
content="흐믈흐믈 여러분의 포켓몬 실전배틀 도우미, 미끄메라넷입니다."
/>
<meta property="og:image" content="/icon.png" />
<meta property="og:url" content="https://www.mikumaranet.com" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="미끄메라넷" />
<meta property="og:locale" content="ko_KR" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="미끄메라넷" />
<meta
name="twitter:description"
content="흐믈흐믈 여러분의 포켓몬 실전배틀 도우미, 미끄메라넷입니다."
/>
<meta name="twitter:image" content="/icon.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8773700446981720"
crossorigin="anonymous"
></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CGCM5296QJ"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-CGCM5296QJ')
</script>
</body>
</html>