diff options
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 25 |
1 files changed, 22 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | <!doctype html> | 1 | <!doctype html> |
2 | <!-- <copyright> | 2 | <!-- <copyright> |
3 | Copyright (c) 2012, Motorola Mobility LLC. | 3 | Copyright (c) 2012, Motorola Mobility LLC. |
4 | All Rights Reserved. | 4 | All Rights Reserved. |
@@ -282,19 +282,38 @@ POSSIBILITY OF SUCH DAMAGE. | |||
282 | } | 282 | } |
283 | } | 283 | } |
284 | </script> | 284 | </script> |
285 | |||
286 | <script type="text/javascript"> | ||
287 | |||
288 | var _gaq = _gaq || []; | ||
289 | _gaq.push(['_setAccount', 'UA-33265831-1']); | ||
290 | _gaq.push(['_trackPageview']); | ||
291 | |||
292 | (function() { | ||
293 | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
294 | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
295 | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
296 | })(); | ||
297 | |||
298 | </script> | ||
285 | 299 | ||
286 | </head> | 300 | </head> |
287 | 301 | ||
288 | <body> | 302 | <body> |
303 | |||
289 | <div class="mainSplashScreenContainer"> | 304 | <div class="mainSplashScreenContainer"> |
305 | |||
290 | <div id="ninja_logo"></div> | 306 | <div id="ninja_logo"></div> |
307 | |||
291 | <div id="splashScreenTextBlock" class="baseSplashScreenText"> | 308 | <div id="splashScreenTextBlock" class="baseSplashScreenText"> |
292 | <p class="mediumSplashScreenText">Version: <span id="splashScreenVersionNumber">0.0.0.0</span></p> | 309 | <p class="mediumSplashScreenText">Version: <span id="splashScreenVersionNumber">0.0.0.0</span></p> |
293 | <p>Copyright © 2012 Motorola Mobility, Inc. All rights reserved.</p> | 310 | <p>Copyright © 2012 Motorola Mobility, Inc. All rights reserved.</p> |
294 | <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> | 311 | <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> |
295 | <p>Ninja is available under <a href="license.html" target="_blank" class="splashScreenAnchor">BSD License</a>.</p> | 312 | <p>Ninja is available under <a href="license.html" target="_blank" class="splashScreenAnchor">BSD License</a>.</p> |
296 | </div> | 313 | </div> |
314 | |||
297 | </div> | 315 | </div> |
298 | </body> | 316 | |
317 | </body> | ||
299 | 318 | ||
300 | </html> | 319 | </html> |