Skip to content

Commit

Permalink
add google analytics code.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Jan 7, 2020
1 parent c8349af commit 321771d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
17 changes: 13 additions & 4 deletions docs/checker.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,20 @@ <h2>結果表示</h2>
<footer>
<h2>ブラウザ対応状況</h2>
<ul>
<li><span class="fab fa-safari"> Safari</span> <span class="fa fa-dizzy">未対応</span></li>
<li><span class="fab fa-chrome"> Google Chrome</span> <span class="fa fa-grin">対応済み</span></li>
<li><span class="fab fa-firefox"> Firefox</span> <span class="fa fa-grin-tongue">おそらく対応済み</span></li>
<li><span class="fab fa-edge"> Edge</span> <span class="fa fa-grin-tongue">おそらく対応済み</span></li>
<li><span class="fab fa-safari"> Safari</span>��� 未対応</li>
<li><span class="fab fa-chrome"> Google Chrome</span>��� 対応済み</li>
<li><span class="fab fa-firefox"> Firefox</span>������ 未検証</li>
<li><span class="fab fa-edge"> Edge</span>������ 未検証</li>
</ul>
</footer>
</body>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-62401730-11"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-62401730-11');
</script>
</html>
10 changes: 10 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,14 @@ <h1>ttt: コース修了確認プログラム</h1>
</p>
</section>
</body>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-62401730-11"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-62401730-11');
</script>
</html>

0 comments on commit 321771d

Please sign in to comment.