Skip to content

Commit 3b08510

Browse files
committed
Adding analytics
1 parent 7c90ea1 commit 3b08510

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-155669278-1"></script>
5+
<script>
6+
window.dataLayer = window.dataLayer || [];
7+
function gtag(){dataLayer.push(arguments);}
8+
gtag('js', new Date());
9+
10+
gtag('config', 'UA-155669278-1');
11+
</script>
412
<meta charset="utf-8">
513
<title>MicroJava Disassembler</title>
614
<base href="/">

0 commit comments

Comments
 (0)