| Index: tests/earth/earth.html | 
| =================================================================== | 
| --- tests/earth/earth.html	(revision 1695) | 
| +++ tests/earth/earth.html	(working copy) | 
| @@ -13,7 +13,7 @@ | 
| <h1>Earth Demo</h1> | 
| <p> | 
| Image Credit: | 
| -    NASA Goddard Space Flight Center Image by Reto Stöckli (land surface, | 
| +    NASA Goddard Space Flight Center Image by Reto Stöckli (land surface, | 
| shallow water, clouds). Enhancements by Robert Simmon (ocean color, | 
| compositing, 3D globes, animation). | 
| Data and technical support: MODIS Land Group; MODIS Science Data, | 
| @@ -25,10 +25,15 @@ | 
|  | 
| <embed name="nacl_module" | 
| id="pluginobj" | 
| -       src="earth.nexe" | 
| +       nexe="earth" | 
| type="application/x-nacl-srpc" | 
| width=512 | 
| height=512> | 
| +  <noembed> | 
| +    Your browser does not appear to support Native Client. | 
| +    Visit http://code.google.com/p/nativeclient/ to get started. | 
| +  <noembed/> | 
| +</embed> | 
|  | 
| <br> | 
| <button onclick="document.getElementById('pluginobj').start_demo(10000);"> | 
|  |