-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (45 loc) · 1.23 KB
/
index.html
File metadata and controls
46 lines (45 loc) · 1.23 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
<!doctype html>
<html lang="ko">
<head>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-9RV25XSSE1"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag("js", new Date())
gtag("config", "G-9RV25XSSE1")
</script>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0" />
<meta
name="google-site-verification"
content="G9-vlZUKpRFQ-pX9B2JO77P4Oc2ZCAbWeNPRfBpnQe8" />
<title>사이드픽(SidePeek)</title>
<meta
name="description"
content="사이드 프로젝트를 공유하고 구경해보세요!" />
<meta
property="og:title"
content="사이드픽 - 사이드 프로젝트를 공유하고 구경해보세요!" />
<meta
property="og:image"
content="https://i.postimg.cc/3N44wNn6/logo.png" />
<meta
property="og:type"
content="website" />
<meta
property="og:url"
content="{`${window.location.origin}${location.pathname}`}" />
</head>
<body>
<div id="root"></div>
<script
type="module"
src="/src/main.tsx"></script>
</body>
</html>