There was an error while loading. Please reload this page.
1 parent 7c90ea1 commit 3b08510Copy full SHA for 3b08510
src/index.html
@@ -1,6 +1,14 @@
1
<!doctype html>
2
<html lang="en">
3
<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>
12
<meta charset="utf-8">
13
<title>MicroJava Disassembler</title>
14
<base href="/">
0 commit comments