We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808b49d commit cb6277bCopy full SHA for cb6277b
index.html
@@ -1,6 +1,16 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
+<!-- Global site tag (gtag.js) - Google Analytics -->
5
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115441830-1"></script>
6
+<script>
7
+ window.dataLayer = window.dataLayer || [];
8
+ function gtag(){dataLayer.push(arguments);}
9
+ gtag('js', new Date());
10
+
11
+ gtag('config', 'UA-115441830-1');
12
+</script>
13
14
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
15
<title>Visualizing Git</title>
16
<script src="js/vendor/jquery.js"></script>
0 commit comments