aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-07-09 15:15:04 -0700
committerJose Antonio Marquez2012-07-09 15:15:04 -0700
commita1c0c873e7ede1848a7aa090fb214af4765dbfaf (patch)
tree9f5ecf454bb3f4394200fdc9ada04213f0c23856 /index.html
parent84b3327bd92faafab7954b5eb64c7abe24a3fe13 (diff)
downloadninja-a1c0c873e7ede1848a7aa090fb214af4765dbfaf.tar.gz
Adding Google Analytics
Conflicts: index.html js/ninja.reel/ninja.html
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html25
1 files changed, 22 insertions, 3 deletions
diff --git a/index.html b/index.html
index 1e567b9a..7a235143 100755
--- a/index.html
+++ b/index.html
@@ -281,19 +281,38 @@ POSSIBILITY OF SUCH DAMAGE.
281 } 281 }
282 } 282 }
283 </script> 283 </script>
284
285 <script type="text/javascript">
286
287 var _gaq = _gaq || [];
288 _gaq.push(['_setAccount', 'UA-33265831-1']);
289 _gaq.push(['_trackPageview']);
290
291 (function() {
292 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
293 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
294 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
295 })();
296
297 </script>
284 298
285 </head> 299 </head>
286 300
287 <body> 301 <body>
302
288 <div class="mainSplashScreenContainer"> 303 <div class="mainSplashScreenContainer">
304
289 <div id="ninja_logo"></div> 305 <div id="ninja_logo"></div>
306
290 <div id="splashScreenTextBlock" class="baseSplashScreenText"> 307 <div id="splashScreenTextBlock" class="baseSplashScreenText">
291 <p class="mediumSplashScreenText">Version: <span id="splashScreenVersionNumber">0.0.0.0</span></p> 308 <p class="mediumSplashScreenText">Version: <span id="splashScreenVersionNumber">0.0.0.0</span></p>
292 <p>Copyright &copy 2012 Motorola Mobility, Inc. All rights reserved.</p> 309 <p>Copyright &copy 2012 Motorola Mobility, Inc. All rights reserved.</p>
293 <p>The Ninja application is made possible by the <a href="http://tetsubo.org/go/ninjaland" target="_blank" class="splashScreenAnchor">Ninja open source project</a> and <a href="credits.html" target="_blank" class="splashScreenAnchor">other open source software</a>.</p> 310 <p>The Ninja application is made possible by the <a href="http://tetsubo.org/go/ninjaland" target="_blank" class="splashScreenAnchor">Ninja open source project</a> and <a href="credits.html" target="_blank" class="splashScreenAnchor">other open source software</a>.</p>
294 <p>Ninja is available under <a href="license.html" target="_blank" class="splashScreenAnchor">BSD License</a>.</p> 311 <p>Ninja is available under <a href="license.html" target="_blank" class="splashScreenAnchor">BSD License</a>.</p>
295 </div> 312 </div>
313
296 </div> 314 </div>
297 </body> 315
316 </body>
298 317
299</html> 318</html>