index.htm 627 B

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Hello, World!</title>
  5. <script type="text/javascript" src="js1.js"></script>
  6. </head>
  7. <body>
  8. <h1>Native Client UDP Example</h1>
  9. <FORM id="form1">
  10. <button type="button" id="connectButton">Connect</button>
  11. </FORM>
  12. <div id="listener">
  13. <embed name="nacl_module"
  14. id="udp_example"
  15. width=200 height=200
  16. src="blob.nmf"
  17. type="application/x-nacl" />
  18. <script type="text/javascript" src="js2.js"></script>
  19. </div>
  20. <h2>Status</h2>
  21. <div id="statusField">NO-STATUS</div>
  22. </body>
  23. </html>
粤ICP备19079148号