diff options
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 25 |
1 files changed, 22 insertions, 3 deletions
@@ -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 © 2012 Motorola Mobility, Inc. All rights reserved.</p> | 309 | <p>Copyright © 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> |