Add renderer.js

main
Nazım Gediz Aydındoğmuş 1 year ago
parent 94739ce534
commit 06cd153e5d

@ -0,0 +1,2 @@
const information = document.getElementById('info')
information.innerText = `This app is using Chrome (v${versions.chrome()}), Node.js (v${versions.node()}), and Electron (v${versions.electron()})`
Loading…
Cancel
Save