1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-27 15:59:59 +02:00

🆙 Analyticsの追加

This commit is contained in:
BcRikko
2018-09-24 22:28:32 +09:00
parent 0bbe7531f1
commit a0fc4e3633

View File

@@ -8,6 +8,15 @@
<title>NES.css - NES-style CSS Framework</title>
<link href="https://rawgit.com/BcRikko/NES.css/master/css/nes.css" rel="stylesheet">
<link href="./style.css" rel="stylesheet">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-41640153-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-41640153-4');
</script>
</head>
<body>