Sin descripción

1.html 233B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title></title>
  6. </head>
  7. <body>
  8. </body>
  9. <script type="text/javascript">
  10. document.onclick=function(){
  11. console.log(Math.floor(Math.random()*16));
  12. }
  13. </script>
  14. </html>