comparison index.html @ 15:df32173a025b

added google analytics.
author Robert McIntyre <rlm@mit.edu>
date Sun, 08 Jul 2012 20:51:22 -0500
parents 9567495a4c3e
children 39200fe70eef
comparison
equal deleted inserted replaced
14:9567495a4c3e 15:df32173a025b
14 content="Face Painting Website"/> 14 content="Face Painting Website"/>
15 <meta name="keywords" 15 <meta name="keywords"
16 content="Face Painting, art, kids, party"/> 16 content="Face Painting, art, kids, party"/>
17 17
18 <LINK href="./style.css" rel="stylesheet" type="text/css"/> 18 <LINK href="./style.css" rel="stylesheet" type="text/css"/>
19
20
21 <!-- google analytics -->
22
23 <script type="text/javascript">
24
25 var _gaq = _gaq || [];
26 _gaq.push(['_setAccount', 'UA-33232748-1']);
27 _gaq.push(['_trackPageview']);
28
29 (function() {
30 var ga = document.createElement('script');
31 ga.type = 'text/javascript'; ga.async = true;
32 ga.src = ('https:' == document.location.protocol ?
33 'https://ssl' : 'http://www')
34 + '.google-analytics.com/ga.js';
35 var s = document.getElementsByTagName('script')[0];
36 s.parentNode.insertBefore(ga, s);
37 })();
38
39 </script>
19 40
20 </head> 41 </head>
21 42
22 43
23 <body> 44 <body>