8 lines
135 B
HTML
8 lines
135 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<script type="text/javascript" charset="utf-8">
|
||
|
require('electron').ipcRenderer.send('pong')
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|