Skip to content

Commit 58f16e7

Browse files
committed
update ga
1 parent 2fac872 commit 58f16e7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22
<html>
33
<head>
4+
<script type="text/javascript">
5+
var _gaq = _gaq || [];
6+
_gaq.push(['_setAccount', 'UA-38205696-1']);
7+
_gaq.push(['_trackPageview']);
8+
9+
(function() {
10+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
11+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
12+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
13+
})();
14+
</script>
415
<meta charset="utf-8" />
516
<meta name="viewport" content="width=100%, initial-scale=1" />
617
<title>ThreeExamples.js</title>

0 commit comments

Comments
 (0)