Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ondras authored Jul 17, 2019
1 parent 7045269 commit 6242bdb
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
<link rel="stylesheet" href="css/print.css" media="print" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<base target="_blank" />

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-383250-18"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-383250-18');
</script>


</head>
<body>
<ul id="port">
Expand Down Expand Up @@ -998,16 +1010,6 @@ <h3>Help</h3>
<button data-command="Redo"></button>
<button data-command="Center"></button>
</div>

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-383250-18', 'my-mind.github.io');
ga('send', 'pageview');
</script>

<script>
window.onload = function() {
MM.App.init();
Expand Down

0 comments on commit 6242bdb

Please sign in to comment.