-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (86 loc) · 3.48 KB
/
index.html
File metadata and controls
92 lines (86 loc) · 3.48 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VKJF76RYPE"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-VKJF76RYPE', { debug_mode: true })
</script>
<!-- Google Tag Manager -->
<script>
;(function (w, d, s, l, i) {
w[l] = w[l] || []
w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' })
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : ''
j.async = true
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl
f.parentNode.insertBefore(j, f)
})(window, document, 'script', 'dataLayer', 'GTM-WLRTXHDP')
</script>
<!-- Google Search Console -->
<meta name="google-site-verification" content="NsqW95H7Z04n5mlDh6XPLrfHY8uoaRcgEkK-c8_74lA" />
<!-- Google tag (gtag.js) -->
<!-- amplitude -->
<script src="https://cdn.amplitude.com/libs/analytics-browser-2.11.1-min.js.gz"></script>
<script src="https://cdn.amplitude.com/libs/plugin-session-replay-browser-1.6.22-min.js.gz"></script>
<script>
window.amplitude.add(window.sessionReplay.plugin({ sampleRate: 1 }))
window.amplitude.init('c3bd084a6dbb3ee4916b752fd2485be5', {
autocapture: { elementInteractions: true }
})
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Quick Archive",
"alternateName": "퀵카이브",
"description": "카테고리 대신 정리해주는 AI 링크 스크랩 서비스",
"applicationCategory": "BookmarkingApplication",
"offers": {
"@type": "Offer",
"price": "0"
}
}
</script>
<meta charset="UTF-8" />
<!-- 메타 태그 -->
<meta name="Description" content="카테고리 대신 정리해주는 AI 링크 스크랩 서비스" />
<meta name="Keywords" content="quickarchive" />
<meta name="keywords" content="퀵카이브" />
<meta http-equiv="Reply-To" content="quickarchive@gmail.com" />
<meta http-equiv="Email" content="quickarchive@gmail.com" />
<meta http-equiv="Location" content="South Korea" />
<meta http-equiv="Copyright" content="© 2024 Quickarchive. All rights reserved." />
<meta http-equiv="Distribution" content="Quick Archive" />
<meta http-equiv="Author" content="Quick Archive" />
<!-- Open Graph 태그 (소셜 미디어 공유용) -->
<meta property="og:title" content="Quick Archive" />
<meta property="og:description" content="카테고리 대신 정리해주는 AI 링크 스크랩 서비스" />
<meta property="og:image" content="/appIcon.svg" />
<link rel="icon" href="/appIcon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>퀵카이브- AI링크 스크랩 서비스</title>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-WLRTXHDP"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>