We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978e851 commit 0994a36Copy full SHA for 0994a36
index.html
@@ -4,6 +4,16 @@
4
<!DOCTYPE html>
5
<html class="pc" lang="ja">
6
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
7
+ <!-- Google tag (gtag.js) -->
8
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-M7CTL0DNDG"></script>
9
+ <script>
10
+ window.dataLayer = window.dataLayer || [];
11
+ function gtag(){dataLayer.push(arguments);}
12
+ gtag('js', new Date());
13
+
14
+ gtag('config', 'G-M7CTL0DNDG');
15
+ </script>
16
17
<link rel="preload" as="style" href="/style.css">
18
<link rel="preload" as="style" href="/responsive.css">
19
<meta charset="UTF-8">
0 commit comments