You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
549 B

  1. <DOCTYPE html>
  2. <html>
  3. <body>
  4. <script type="text/javascript">
  5. function GetDivEmbed() { return document.getElementById('id_div_embed_data'); }
  6. function GetEmbedModule() { return document.getElementById('id_embed_nacl_module'); }
  7. if (parent.IsUsingNaCl()) parent.NaClLoadingInit();
  8. </script>
  9. <div id="id_div_embed_data" style="left:0px;top:0px;position:absolute;">
  10. <embed name="name_embed_nacl_module" id="id_embed_nacl_module" width=770 height=200 src="meshviewer.nacl.nmf" type="application/x-nacl" />
  11. </div>
  12. </body>
  13. </html>