mirror of https://github.com/lukechilds/Agama.git
18 lines
457 B
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>
|
|
|