PageRenderTime 16ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 1ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/doc/instrumented/index.html

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
HTML | 24 lines | 24 code | 0 blank | 0 comment | 0 complexity | aed4b72000080dbac4dda8980d86119f MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Example</title>
  5. <script type="text/javascript" src="script.js"></script>
  6. <style>
  7. div.black {
  8. color: black;
  9. }
  10. div.red {
  11. color: red;
  12. font-weight: bold;
  13. }
  14. </style>
  15. </head>
  16. <body>
  17. <div id="request" class="red">Please select your favorite number:</div>
  18. <input type="radio" name="number" id="radio1" onclick="go(this);"><label for="radio1">One</label><br>
  19. <input type="radio" name="number" id="radio2" onclick="go(this);"><label for="radio2">Two</label><br>
  20. <input type="radio" name="number" id="radio3" onclick="go(this);"><label for="radio3">Three</label><br>
  21. <input type="radio" name="number" id="radio4" onclick="go(this);"><label for="radio4">Four</label><br>
  22. <div id="result" class="red"></div>
  23. </body>
  24. </html>