index.html 312 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <style type="text/css">
  6. body {
  7. width: 100%;
  8. height: 100%;
  9. margin: 0;
  10. }
  11. </style>
  12. </head>
  13. <body>
  14. <script type="text/javascript">
  15. document.write(`Version: ${ nw.App.manifest.version }`);
  16. </script>
  17. </body>
  18. </html>