Skip to content

Commit

Permalink
Update index.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainJojo committed Mar 15, 2018
1 parent 310300b commit 71205f8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/index.ejs
Expand Up @@ -4,6 +4,15 @@
<title><%= htmlWebpackPlugin.options.title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-99013054-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-99013054-4');
</script>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 71205f8

Please sign in to comment.