Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
<link rel="icon" type="image/x-icon" href="./images/favicon.ico" />
<title>프로그래머스 해설 은행</title>
<link href="styles/style.css" rel="stylesheet" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-YLQ4FTF7T1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-YLQ4FTF7T1');
</script>
</head>
<body>
<h1>🔍 프로그래머스 해설 은행</h1>
Expand Down