You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
457 B

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>iguanaElectronApp</title>
</head>
<body>
<h3>some version information:</h3>
node.js <script>document.write(process.versions.node)</script>,
chromium <script>document.write(process.versions.chrome)</script>,
electron <script>document.write(process.versions.electron)</script>.
</body>
<script>
//bind other code refs
//require('./xxx.js')
</script>
</html>