-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (49 loc) · 1.75 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta property="og:type" content="website" />
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta property="og:image" content="public/share.png" />
<meta
property="og:description"
content="덧셈 능력, 친구보다 내가 더 쎌까?"
/>
<meta
name="description"
content="Web site created using create-react-app"
/>
<meta property="og:url" content="your_website_url" />
<meta property="og:title" content="누가더쎔?" />
<meta property="og:site_name" content="누가더쎔?" />
<meta property="og:locale" content="ko_KR" />
<meta property="og:image:width" content="800" />
<meta property="og:image:height" content="600" />
<link rel="manifest" href="/manifest.json" />
<link rel="apple-touch-icon" href="public/images/boxing-gloves_resize.png" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-220270757-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-220270757-1');
</script>
<title>누가더쎔?</title>
</head>
<body>
<noscript>이 웹사이트는 자바스크립트를 필요로 합니다. 브라우저에서 자바스크립트를 활성화하고 다시 로드하세요.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>