index.html 104 B

12345678910
  1. <html>
  2. <head></head>
  3. <body>
  4. <script>
  5. process.exit(parseInt(nw.App.argv[0]));
  6. </script>
  7. </body>
  8. </html>