Skip to content

Commit

Permalink
feat: index.html에 ga script 태그 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
DongjaJ committed May 27, 2024
1 parent 1494e2f commit 1a94659
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
Expand All @@ -20,7 +20,10 @@
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="msapplication-TileImage" content="/mstile-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<meta name="Keywords" content="TMI HOMERS, TMI, tmi, homers, 호머스, 티엠아이, 티엠아이 호머스" />
<meta
name="Keywords"
content="TMI HOMERS, TMI, tmi, homers, 호머스, 티엠아이, 티엠아이 호머스"
/>
<meta name="Description" content="쓸데없는 걸 쓰고 싶은데 어디 쓸 데 없나?, TMI HOMERS" />
<meta http-equiv="Generator" content="Visual Studio Code" />
<meta property="og:title" content="TMI Homers" />
Expand All @@ -33,6 +36,16 @@
/>

<meta name="robots" content="All" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZP5HX3Z90G"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());

gtag('config', 'G-ZP5HX3Z90G');
</script>
<title>TMI Homers</title>
</head>
<body>
Expand Down

0 comments on commit 1a94659

Please sign in to comment.