|
@ -11,4 +11,9 @@ |
|
|
Chromium <script>document.write(process.versions.chrome)</script>, |
|
|
Chromium <script>document.write(process.versions.chrome)</script>, |
|
|
and Electron <script>document.write(process.versions.electron)</script>. |
|
|
and Electron <script>document.write(process.versions.electron)</script>. |
|
|
</body> |
|
|
</body> |
|
|
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
|
|
// You can also require other files to run in this process |
|
|
|
|
|
require('renderer.js') |
|
|
|
|
|
</script> |
|
|
</html> |
|
|
</html> |