| 12345678910111213141516171819202122 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <style type="text/css">
- body {
- width: 100%;
- height: 100%;
- margin: 0;
- }
- </style>
- </head>
- <body>
- <script type="text/javascript">
- document.write(`Version: ${ nw.App.manifest.version }`);
- </script>
- </body>
- </html>
|